From 9b448b01547fa7537d8f54cb88b64dfb3ad34b8a Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 22 Nov 2023 10:56:14 +0100 Subject: [PATCH] Revert "sdn: require ipam in simple plugin for dhcp" This reverts commit 53ab1495621f46c8af4dc560905f7e501bee75a7. This also affects the updateSchema which is not intentional, since the update API calls are supposed to take changes, not full replacements. Signed-off-by: Wolfgang Bumiller --- src/PVE/Network/SDN/Zones/SimplePlugin.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PVE/Network/SDN/Zones/SimplePlugin.pm b/src/PVE/Network/SDN/Zones/SimplePlugin.pm index 7cb65c2..c996bf3 100644 --- a/src/PVE/Network/SDN/Zones/SimplePlugin.pm +++ b/src/PVE/Network/SDN/Zones/SimplePlugin.pm @@ -32,7 +32,6 @@ sub properties { description => 'Type of the DHCP backend for this zone', type => 'string', enum => PVE::Network::SDN::Dhcp::Plugin->lookup_types(), - requires => 'ipam', }, }; } -- 2.39.5