[pve-devel] [PATCH V2 pve-common 0/2] Add support for 802.1ad stacked vlans
    Alexandre Derumier 
    aderumier at odiso.com
       
    Mon Oct  1 11:14:48 CEST 2018
    
    
  
Changelog v2:
- make it more generic, can stack any vlan type on any vlan type
- check vlan-protocol values (802.1q|802.1ad)
add support of vlan-protocol option (ifupdown2),
to enable 802.1ad vlans (QinQ).
and add support for stacked vlan interface
example
-------
auto eth0.100
iface eth0.100 inet manual
        vlan-protocol 802.1ad
auto eth0.100.10
iface eth0.100.10 inet manual
Alexandre Derumier (2):
  Inotify: add support for 802.1ad stacked vlans
  improve lookup_type_prio
 src/PVE/INotify.pm                              | 48 ++++++++++++++-----------
 test/etc_network_interfaces/t.create_network.pl | 14 ++++++++
 2 files changed, 42 insertions(+), 20 deletions(-)
-- 
2.11.0
    
    
More information about the pve-devel
mailing list