Package: vlan
Version: 2.0.4
Severity: normal
Tags: patch
User: [email protected]
Usertags: origin-ubuntu disco ubuntu-patch
Dear Maintainer,
The if-pre-up.d/vlan script is missing some of the biosdevname interface names.
Thanks for considering the patch.
diff -Nru vlan-2.0.4/debian/network/if-pre-up.d/vlan
vlan-2.0.4ubuntu1/debian/network/if-pre-up.d/vlan
--- vlan-2.0.4/debian/network/if-pre-up.d/vlan 2019-02-04 12:11:29.000000000
+0100
+++ vlan-2.0.4ubuntu1/debian/network/if-pre-up.d/vlan 2019-02-20
20:08:02.000000000 +0100
@@ -19,7 +19,7 @@
mkdir -p "$STATEDIR" && echo "VLAN_PLUS_VID_NO_PAD" > "$STATEDIR/name-type"
VLANID=`echo $IFACE|sed "s/vlan0*//"`
;;
- eth*.0*|bond*.0*|wlan*.0*)
+ eth*.0*|bond*.0*|wlan*.0*|em*.0*|p[0-9]*.0*)
# Silently ignore interfaces which ifupdown handles on its own
# If IF_BRIDGE_PORTS is set, probably we're called by bridge-utils
[ -z "$IF_VLAN_RAW_DEVICE" -a -z "$IF_BRIDGE_PORTS" ] && exit 0