]> git.proxmox.com Git - pve-network.git/commit
subnet: vnet: refactor IPAM related methods
authorStefan Hanreich <s.hanreich@proxmox.com>
Fri, 17 Nov 2023 11:39:44 +0000 (12:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 18 Nov 2023 14:59:50 +0000 (15:59 +0100)
commit7ba1781725dbac13bf9f0d5451dc29d87778e737
tree06667530ff84d907b8e39cef4471b344b09367a3
parent8a8bba70832dce09ec0c5c39115260ed43086afc
subnet: vnet: refactor IPAM related methods

Those methods are used by the DHCP plugins to attain the next free
IP address for a given DHCP range, as well as delete all entries with
a certain MAC address.

Co-Authored-By: Alexandre Derumier <aderumier@odiso.com>
Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
src/PVE/Network/SDN/SubnetPlugin.pm
src/PVE/Network/SDN/Subnets.pm
src/PVE/Network/SDN/Vnets.pm