]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/SDN/Zones/VlanPlugin.pm
add nodes option to zones
[pve-network.git] / PVE / Network / SDN / Zones / VlanPlugin.pm
index 07188f6ae8324ca974f8951a4fdfa41aa063a8ed..39f103e374c2e86276b626ec5bb61f0943ccb227 100644 (file)
@@ -32,6 +32,7 @@ sub properties {
 sub options {
 
     return {
+        nodes => { optional => 1},
        'uplink-id' => { optional => 0 },
     };
 }