Package: vlan Version: 1.8-1
/etc/network/if-pre-up.d/vlan: There is a typo line 12, one should read : VLANID=`echo $IFACE|sed "s/vlan*//"` And not VLANID=`echo $IFACE|sed "s/vlan0*//"` As it is the case actually. /etc/network/if-post-down.d/vlan: Vlan with names vlan0* are not handled here so they are brought up but never down. -- Sylvain COUTANT

