[pve-devel] [PATCH pve-common 0/2] Add support for 802.1ad stacked vlans

Alexandre Derumier aderumier at odiso.com
Mon Sep 24 09:52:45 CEST 2018


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                              | 61 ++++++++++++++++++-------
 test/etc_network_interfaces/t.create_network.pl | 14 ++++++
 2 files changed, 58 insertions(+), 17 deletions(-)

-- 
2.11.0




More information about the pve-devel mailing list