Re: [pve-devel] [PATCH pve-network] Fix #4917: evpn: forbid vlan-aware bridge

2023-11-22 Thread DERUMIER, Alexandre
Hi, Could it be possible to apply this small pve-network patch ? Message initial De: Alexandre Derumier Répondre à: Proxmox VE development discussion À: pve-devel@lists.proxmox.com Objet: [pve-devel] [PATCH pve-network] Fix #4917: evpn: forbid vlan- aware bridge Date: 27/10

Re: [pve-devel] [PATCH pve-network] Fix #4917: evpn: forbid vlan-aware bridge

2023-10-31 Thread Wolfgang Bumiller
On Fri, Oct 27, 2023 at 01:53:28PM +0200, Alexandre Derumier wrote: > Do it on vnet update instead throwing a warning at config generation. > > Signed-off-by: Alexandre Derumier > --- > src/PVE/Network/SDN/Zones/EvpnPlugin.pm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --gi

[pve-devel] [PATCH pve-network] Fix #4917: evpn: forbid vlan-aware bridge

2023-10-27 Thread Alexandre Derumier
Do it on vnet update instead throwing a warning at config generation. Signed-off-by: Alexandre Derumier --- src/PVE/Network/SDN/Zones/EvpnPlugin.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PVE/Network/SDN/Zones/EvpnPlugin.pm b/src/PVE/Network/SDN/Zones/EvpnPlugin.