From: Stefan Hanreich Date: Tue, 21 Nov 2023 13:31:03 +0000 (+0100) Subject: sdn: require ipam in simple plugin for dhcp X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=53ab1495621f46c8af4dc560905f7e501bee75a7;p=matthieu%2Fpve-network.git sdn: require ipam in simple plugin for dhcp Suggested-By: Wolfgang Bumiller Signed-off-by: Stefan Hanreich --- diff --git a/src/PVE/Network/SDN/Zones/SimplePlugin.pm b/src/PVE/Network/SDN/Zones/SimplePlugin.pm index f30278c..f4525d5 100644 --- a/src/PVE/Network/SDN/Zones/SimplePlugin.pm +++ b/src/PVE/Network/SDN/Zones/SimplePlugin.pm @@ -30,6 +30,7 @@ sub properties { dhcp => { type => 'pve-configid', description => 'ID of the DHCP server responsible for managing this range', + requires => 'ipam', }, }; }