diff options
Diffstat (limited to 'udev_helper')
-rw-r--r-- | udev_helper/net.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udev_helper/net.sh b/udev_helper/net.sh index f1c4f20..0c114a5 100644 --- a/udev_helper/net.sh +++ b/udev_helper/net.sh @@ -17,7 +17,7 @@ fi # ignore interfaces that are registered after being "up" (?) case ${IFACE} in - ppp*|ippp*|isdn*|plip*|lo*|irda*|dummy*|ipsec*|tun*|tap*|br*|macvtap*|ipvl*|vlan*|vxlan*|peth*|ifb*|veth*|gre*|vrf*) + ppp*|ippp*|isdn*|plip*|lo*|irda*|dummy*|ipsec*|tun*|tap*|br*|macvtap*|ipvl*|vlan*|vxlan*|peth*|ifb*|veth*|gre*|vrf*|wg*) exit 0 ;; esac |