> +    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

Reply via email to