[pve-devel] [WIP v2 cluster/network/manager/qemu-server/container 00/10] Add support for DHCP servers to SDN
DERUMIER, Alexandre
alexandre.derumier at groupe-cyllene.com
Wed Oct 18 11:59:06 CEST 2023
>>Another thing: What happens when a user changes the MAC address via
>>the
>>UI? I'd either disallow it completely or we need to update the DHCP
>>configuration files and IPAM
when mac address is changed online, the nic is doing unplug then
replug.
So technically, it's just
- unplug nic: delete ipam / clean dhcp
- hotplug nic: add ipam/ add dhcp.
The guest os should automaticaly delete old ip on unplug, and reask a
new ip with dhcp on hotplug.
More information about the pve-devel
mailing list