From 53ab1495621f46c8af4dc560905f7e501bee75a7 Mon Sep 17 00:00:00 2001 From: Stefan Hanreich Date: Tue, 21 Nov 2023 14:31:03 +0100 Subject: [PATCH] sdn: require ipam in simple plugin for dhcp Suggested-By: Wolfgang Bumiller Signed-off-by: Stefan Hanreich --- src/PVE/Network/SDN/Zones/SimplePlugin.pm | 1 + 1 file changed, 1 insertion(+) 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', }, }; } -- 2.39.5