]> git.puffer.fish Git - matthieu/pve-network.git/commit
ipam: improve update / delete behavior
authorStefan Hanreich <s.hanreich@proxmox.com>
Wed, 22 Nov 2023 12:29:50 +0000 (13:29 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 22 Nov 2023 13:14:29 +0000 (14:14 +0100)
commitfb045d8c7511e9d895a1092bf362f554f2633a4d
tree6a7221fe725ed0fb6db24c2fc80bd3cfd0f6c08c
parent5469161c135c2179ac2ce26a3ef212016b7f581e
ipam: improve update / delete behavior

Currently when updating or deleting a mapping in the IPAM we would
delete all existing entries in the IPAM with that mac address. Now we
only delete the specific entry we are updating / deleting.

Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
src/PVE/API2/Network/SDN/Ips.pm
src/PVE/Network/SDN/Subnets.pm