Re: [pve-devel] [PATCH V3 qemu-server 2/3] vm_start/vm_resume : add_nets_bridge_fdb

2022-11-12 Thread Thomas Lamprecht
Am 24/08/2022 um 18:26 schrieb Alexandre Derumier: > on vm start (no live migration), we can simply add mac address in fdb. > In case of a live migration, we add the mac address just before the resume. > > Signed-off-by: Alexandre Derumier > --- > PVE/QemuServer.pm | 25 +++--

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: A