diff --git a/files/etc/hotplug.d/net/00-phantap b/files/etc/hotplug.d/net/00-phantap index d15faf4..776a4b0 100644 --- a/files/etc/hotplug.d/net/00-phantap +++ b/files/etc/hotplug.d/net/00-phantap @@ -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