]> git.proxmox.com Git - pve-network.git/commitdiff
Revert "sdn: require ipam in simple plugin for dhcp"
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 22 Nov 2023 09:56:14 +0000 (10:56 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Wed, 22 Nov 2023 10:32:47 +0000 (11:32 +0100)
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@proxmox.com>
src/PVE/Network/SDN/Zones/SimplePlugin.pm

index 7cb65c28558152fcca1a49a44e1bf6438cf6259e..c996bf3afaa39686588622f21282af3c2b600b02 100644 (file)
@@ -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',
        },
     };
 }