Commit 2dd073a5 authored by Alexandre Derumier's avatar Alexandre Derumier Committed by Dietmar Maurer

bridgevlan : allow filtering on tagged interfaces

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: 's avatarAlexandre Derumier <aderumier@odiso.com>
parent 632d26c1
......@@ -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" ]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment