]> git.proxmox.com Git - pve-manager.git/commit
bridgevlan : allow filtering on tagged interfaces
authorAlexandre Derumier <aderumier@odiso.com>
Tue, 15 Sep 2015 11:02:55 +0000 (13:02 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 16 Sep 2015 08:44:22 +0000 (10:44 +0200)
commit755325b02c2e76d4b8c8c79ef41a269380f57f1a
tree0708ac7bafd57a495f01e77425f764c15f4a61b5
parent2830222495d08ce955c6a2f0003f81fa9aa3da74
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: Alexandre Derumier <aderumier@odiso.com>
bridgevlan