]> git.proxmox.com Git - pve-network.git/commit
sdn: preparations for DHCP plugin
authorStefan Hanreich <s.hanreich@proxmox.com>
Fri, 17 Nov 2023 11:39:40 +0000 (12:39 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Sat, 18 Nov 2023 14:59:50 +0000 (15:59 +0100)
commita1845dad8032395f6679300af3d3100b5ded31d9
tree0e5ceb011e98cab2f9087a1193bc448e31b0f489
parente8ca5bc60308d0c3ae16e0551179cbe9b681f8d3
sdn: preparations for DHCP plugin

Add the option to retrieve the running configuration instead of only
the pending configuration via the config methods. Refactor methods
using the running config to utilize the new parameter.

Add helper methods and return additional attributes from the getter
functions that are needed by the dhcp plugins.

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