Re: [pve-devel] [pve-network] vlan plugin: add support for no vlan-aware bridge

2020-05-09 Thread Alexandre DERUMIER
mas Lamprecht" À: "pve-devel" , "aderumier" Envoyé: Vendredi 8 Mai 2020 12:10:49 Objet: Re: [pve-devel] [pve-network] vlan plugin: add support for no vlan-aware bridge On 5/8/20 11:00 AM, Alexandre Derumier wrote: > Some users could have problem with vlan-awa

Re: [pve-devel] [pve-network] vlan plugin: add support for no vlan-aware bridge

2020-05-08 Thread Thomas Lamprecht
On 5/8/20 11:00 AM, Alexandre Derumier wrote: > Some users could have problem with vlan-aware and some nics. > > Signed-off-by: Alexandre Derumier > --- > PVE/Network/SDN/Zones/Plugin.pm | 6 +++-- > PVE/Network/SDN/Zones/VlanPlugin.pm | 39 +++-- > 2 files changed,

[pve-devel] [pve-network] vlan plugin: add support for no vlan-aware bridge

2020-05-08 Thread Alexandre Derumier
Some users could have problem with vlan-aware and some nics. Signed-off-by: Alexandre Derumier --- PVE/Network/SDN/Zones/Plugin.pm | 6 +++-- PVE/Network/SDN/Zones/VlanPlugin.pm | 39 +++-- 2 files changed, 41 insertions(+), 4 deletions(-) diff --git a/PVE/Network/S