Am 17/07/2024 um 15:06 schrieb Stefan Hanreich: > Updating the NIC of a VM when the following conditions were met: > * VM is turned off > * NIC is on a bridge that uses automatic dhcp > * Leave bridge unchanged > > led to duplicate IPAM entries for the same network device. > > This is due to the fact that the add_next_free_cidr always ran on > applying pending network changes. > > Now we only add a new ipam entry if either: > * the value of the bridge or mac address changed > * the network device has been newly added > > This way no duplicate IPAM entries should get created. > > Signed-off-by: Stefan Hanreich <s.hanre...@proxmox.com> > --- > PVE/QemuServer.pm | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > >
applied, thanks! _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel