]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/SDN/Zones/FaucetPlugin.pm
move ipam option from subnet to zone
[pve-network.git] / PVE / Network / SDN / Zones / FaucetPlugin.pm
index 1b70a57c66ee9b0624c7d785934eb93de06b2d16..a9f119c9231b7bfa2f7395ff23930b790571b592 100644 (file)
@@ -29,6 +29,7 @@ sub options {
         dns => { optional => 1 },
         reversedns => { optional => 1 },
        dnszone => { optional => 1 },
+       ipam => { optional => 0 },
     };
 }