From: Wolfgang Bumiller Date: Wed, 22 Nov 2023 09:56:14 +0000 (+0100) Subject: Revert "sdn: require ipam in simple plugin for dhcp" X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=9b448b01547fa7537d8f54cb88b64dfb3ad34b8a;p=matthieu%2Fpve-network.git 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 --- 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', }, }; }