[pve-devel] [PATCH network 1/7] Revert "sdn: require ipam in simple plugin for dhcp"
Wolfgang Bumiller
w.bumiller at proxmox.com
Wed Nov 22 12:53:44 CET 2023
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 <w.bumiller at proxmox.com>
---
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.2
More information about the pve-devel
mailing list