>>How does this interact with standard VLAN setting on bridge port? >>For example when you have 'ports eth0.10 eth0.11'?
This shouldn't break, but I think that packet will be rettaged with vlan10/11 by the eth interface. Maybe can we add a better regex for eth*|bond*|wlan* ? (I'm not too expert with regex in bash) ----- Mail original ----- De: "Dietmar Maurer" <[email protected]> À: "Alexandre Derumier" <[email protected]>, [email protected] Envoyé: Jeudi 2 Janvier 2014 09:15:38 Objet: RE: [pve-devel] [PATCH] add bridge_vlan option to brige in /etc/network/interface > + if [ "$MODE" = "start" ] && [ -d /sys/class/net/$IFACE/brif/$port ]; then > + #we allow vlan to pass through attached interface > + if [ -n "$IF_BRIDGE_VLAN" ] > + then > + case "$port" in > + eth*|bond*|wlan*) > + bridge vlan add dev $port vid $IF_BRIDGE_VLAN > + ;; > + esac > + fi > + fi > + done > +done How does this interact with standard VLAN setting on bridge port? For example when you have 'ports eth0.10 eth0.11'? _______________________________________________ pve-devel mailing list [email protected] http://pve.proxmox.com/cgi-bin/mailman/listinfo/pve-devel
