commit: db98502979abd91749cdede8e096fe3b814441a7 Author: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> AuthorDate: Sun May 31 23:20:59 2020 +0000 Commit: Robin H. Johnson <robbat2 <AT> gentoo <DOT> org> CommitDate: Sun May 31 23:20:59 2020 +0000 URL: https://gitweb.gentoo.org/proj/netifrc.git/commit/?id=db985029
udev_helper: recognize more interface types Bug: https://bugs.gentoo.org/691372 Signed-off-by: Robin H. Johnson <robbat2 <AT> gentoo.org> udev_helper/net.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/udev_helper/net.sh b/udev_helper/net.sh index b15b187..f1c4f20 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*) + ppp*|ippp*|isdn*|plip*|lo*|irda*|dummy*|ipsec*|tun*|tap*|br*|macvtap*|ipvl*|vlan*|vxlan*|peth*|ifb*|veth*|gre*|vrf*) exit 0 ;; esac
