]> git.proxmox.com Git - pve-network.git/commitdiff
sdn: require ipam in simple plugin for dhcp
authorStefan Hanreich <s.hanreich@proxmox.com>
Tue, 21 Nov 2023 13:31:03 +0000 (14:31 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 21 Nov 2023 13:35:04 +0000 (14:35 +0100)
Suggested-By: Wolfgang Bumiller <w.bumiller@proxmox.com>
Signed-off-by: Stefan Hanreich <s.hanreich@proxmox.com>
src/PVE/Network/SDN/Zones/SimplePlugin.pm

index f30278c0ba53078bfed5d3678e9b5e3e63eaad64..f4525d5ac9df2ddc10dd10004d496602527380ac 100644 (file)
@@ -30,6 +30,7 @@ sub properties {
        dhcp => {
            type => 'pve-configid',
            description => 'ID of the DHCP server responsible for managing this range',
+           requires => 'ipam',
        },
     };
 }