]> git.proxmox.com Git - pve-network.git/commit
sdn: dhcp: add helper for creating DHCP leases
authorStefan Hanreich <s.hanreich@proxmox.com>
Fri, 17 Nov 2023 11:39:47 +0000 (12:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 18 Nov 2023 14:59:50 +0000 (15:59 +0100)
commit78add5e50a24d38b1b407d8d789a8d1f7dc94e3c
tree30602c75545e16cb357b04a6380f00a710d37ed4
parent33074dfbee329a7beacf5dbb64dea18f2763bca7
sdn: dhcp: add helper for creating DHCP leases

This helper can be used to create DHCP entries for a specific zone. It
is used by the API to create DHCP leases for VMs/CTs.

Co-Authored-By: Alexandre Derumier <aderumier@odiso.com>
Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
src/PVE/Network/SDN/Dhcp.pm [new file with mode: 0644]
src/PVE/Network/SDN/Makefile