]> git.proxmox.com Git - qemu-server.git/commit
net devs: register vNIC mac to FDB on start/resume
authorAlexandre Derumier <aderumier@odiso.com>
Wed, 24 Aug 2022 16:26:43 +0000 (18:26 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sun, 13 Nov 2022 13:55:26 +0000 (14:55 +0100)
commit21947fea4203af9217a26c158f1d25f2d5d324d2
treed4a39195dd56c18a5daf3d2a5d28075414f13627
parentf9408af46075cdd29534e31fe5979d83e564322c
net devs: register vNIC mac to FDB on start/resume

On plain VM start (no live migration), we can simply add MAC address
into the fdb. In case of a live migration, we add the mac address
just before the resume.

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
PVE/QemuServer.pm