Hello, i was just about to report this too. I extended the fix to #696642 a bit. Patch attached, worksforme;
Best Regards -- Matthias Förste
--- ifupdown-0.7.8/ifupdown.nw 2013-04-12 11:55:13.000000000 +0200
+++ ifupdown-0.7.8+nmu1/ifupdown.nw 2013-05-27 16:41:46.000000000 +0200
@@ -5973,7 +5973,7 @@
ip link add link %link% name %iface0% type vlan id %vlan_id%; \
fi if (iface_has(".") && (!var_set_anywhere("bridge_ports", ifd)))
down
- ip link del %iface% if (iface_has(".") && (!var_set_anywhere("bridge_ports", ifd)))
+ ip link del %iface% if (iface_has(".") && (!iface_has(":")) && (!var_set_anywhere("bridge_ports", ifd)))
architecture kfreebsd
signature.asc
Description: Digital signature

