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

Dietmar Maurer dietmar at proxmox.com
Wed Sep 16 10:47:45 CEST 2015


applied, but I removed that useless case statement...

On 09/15/2015 01:02 PM, Alexandre Derumier wrote:
> 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
>





More information about the pve-devel mailing list