]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/SDN/Zones/Plugin.pm
zones: IPAM config is optional for a zone
[pve-network.git] / PVE / Network / SDN / Zones / Plugin.pm
index 169869d1da5918dfd9949d5bf9abdb97e0c90f8a..ed14a50f5114c92c7ade00c60d3b60fa3235a3bf 100644 (file)
@@ -49,6 +49,7 @@ my $defaultData = {
        ipam => {
            type => 'string',
            description => "use a specific ipam",
+           optional => 1,
        },
     },
 };