Re: [pve-devel] [PATCH pve-common 1/2] Inotify: add support for 802.1ad stacked vlans

2018-09-26 Thread Alexandre DERUMIER
voyé: Mardi 25 Septembre 2018 15:34:50 Objet: Re: [pve-devel] [PATCH pve-common 1/2] Inotify: add support for 802.1ad stacked vlans >>While 802.1ad seems to be "specified" to be limited to 2 tags, it may >>still be nice to just condense this into a single branch: &g

Re: [pve-devel] [PATCH pve-common 1/2] Inotify: add support for 802.1ad stacked vlans

2018-09-25 Thread Alexandre DERUMIER
'm unaware of any real switch implementation. AFAIK, only 1 802.1Q on top of 802.1ad seem to be possible on cisco,juniper,arista,.... ----- Mail original - De: "Wolfgang Bumiller" À: "aderumier" Cc: "pve-devel" Envoyé: Mardi 25 Septembre 2018 14:55:17

Re: [pve-devel] [PATCH pve-common 1/2] Inotify: add support for 802.1ad stacked vlans

2018-09-25 Thread Wolfgang Bumiller
On Mon, Sep 24, 2018 at 09:52:46AM +0200, Alexandre Derumier wrote: > --- > src/PVE/INotify.pm | 26 > - > test/etc_network_interfaces/t.create_network.pl | 14 + > 2 files changed, 39 insertions(+), 1 deletion(-) > > diff --git

[pve-devel] [PATCH pve-common 1/2] Inotify: add support for 802.1ad stacked vlans

2018-09-24 Thread Alexandre Derumier
--- src/PVE/INotify.pm | 26 - test/etc_network_interfaces/t.create_network.pl | 14 + 2 files changed, 39 insertions(+), 1 deletion(-) diff --git a/src/PVE/INotify.pm b/src/PVE/INotify.pm index f837596..de61d79 100644 ---