[pve-devel] [PATCH] bridgevlan : allow filtering on tagged interfaces

Alexandre Derumier aderumier at odiso.com
Tue Sep 15 13:02:55 CEST 2015


It's possible to create 802.1ad vlan interfaces (for QinQ)
like

ip link add link eth0 eth0.100 type vlan proto 802.1ad id 100

So,we want to be able to use them in bridge vlan aware (802.1q)

Signed-off-by: Alexandre Derumier <aderumier at odiso.com>
---
 bridgevlan | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/bridgevlan b/bridgevlan
index bf9cf82..ea71617 100755
--- a/bridgevlan
+++ b/bridgevlan
@@ -39,9 +39,6 @@ do
   do
     if [ "$MODE" = "start" ] && [ -d /sys/class/net/$IFACE/brif/$port ]; then
       case "$port" in
-	*.[0-9]*)
-	    # do nothing
-	;;
 	*)
           # we allow vlan to pass through attached interface
           if [ -n "$IF_BRIDGE_VIDS" ]
-- 
2.1.4




More information about the pve-devel mailing list