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

Wolfgang Bumiller w.bumiller at proxmox.com
Thu Oct 4 13:11:23 CEST 2018


applied, thanks

On Mon, Oct 01, 2018 at 11:14:48AM +0200, Alexandre Derumier wrote:
> 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