Re: [pve-devel] [PATCH V3 qemu-server 1/3] tap_plug: add support for bridge disable learning

2022-11-12 Thread Thomas Lamprecht
Am 24/08/2022 um 18:26 schrieb Alexandre Derumier: > This disabling mac learning && unicast flood for the tap interface > > for vmstart, we don't add mac directly to fdb. > We set it latter if it's a migration or a fresh start. > > for nic hotplug, we directly add mac to fdb > > Signed-off-by:

Re: [pve-devel] [PATCH V3 qemu-server 1/3] tap_plug: add support for bridge disable learning

2022-11-11 Thread Mira Limbeck
On 11/11/22 09:36, DERUMIER, Alexandre wrote: Le mercredi 09 novembre 2022 à 15:19 +0100, Mira Limbeck a écrit : Why not add the bridge in the pve-bridge script as well? This way there would be no need for patch 2 for qemu-server since we always add the MAC address to the FDB whenever the tap

Re: [pve-devel] [PATCH V3 qemu-server 1/3] tap_plug: add support for bridge disable learning

2022-11-11 Thread DERUMIER, Alexandre
Le mercredi 09 novembre 2022 à 15:19 +0100, Mira Limbeck a écrit : > > > Why not add the bridge in the pve-bridge script as well? This way > there > would be no need for patch 2 for qemu-server since we always add the > MAC > address to the FDB whenever the tap device is plugged. > > If we

Re: [pve-devel] [PATCH V3 qemu-server 1/3] tap_plug: add support for bridge disable learning

2022-11-09 Thread Mira Limbeck
On 8/24/22 18:26, Alexandre Derumier wrote: This disabling mac learning && unicast flood for the tap interface for vmstart, we don't add mac directly to fdb. We set it latter if it's a migration or a fresh start. for nic hotplug, we directly add mac to fdb Signed-off-by: Alexandre Derumier

[pve-devel] [PATCH V3 qemu-server 1/3] tap_plug: add support for bridge disable learning

2022-08-24 Thread Alexandre Derumier
This disabling mac learning && unicast flood for the tap interface for vmstart, we don't add mac directly to fdb. We set it latter if it's a migration or a fresh start. for nic hotplug, we directly add mac to fdb Signed-off-by: Alexandre Derumier --- PVE/QemuServer.pm | 8 +++-