Skip to content

Commit

Permalink
Remove disable_eap_hack
Browse files Browse the repository at this point in the history
This OpenWrt hack was recently removed
https://git.openwrt.org/56256259a1b970db23411af73875b87850750e50

Signed-off-by: Etienne Champetier <champetier.etienne@gmail.com>
  • Loading branch information
champtar committed Feb 13, 2022
1 parent b066ce2 commit e80be64
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion files/etc/hotplug.d/net/00-phantap
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ BRIDGE=br-phantap

if [ "$ACTION" = add -a "$DEVICENAME" == "$BRIDGE" ]; then
echo "phantap: Configuring bridge $BRIDGE (hotplug)..." > /dev/kmsg
echo 1 > /sys/class/net/$BRIDGE/bridge/disable_eap_hack
echo 65528 > /sys/class/net/$BRIDGE/bridge/group_fwd_mask
ip link set dev $BRIDGE arp off multicast off allmulticast off
echo "phantap: Bridge $BRIDGE configured (hotplug)" > /dev/kmsg
Expand Down

0 comments on commit e80be64

Please sign in to comment.