]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/SDN/Zones/VlanPlugin.pm
move dns options from subnets to zone
[pve-network.git] / PVE / Network / SDN / Zones / VlanPlugin.pm
index 7f90d312ab0efd3d8a0007abb70f5309e9eb0396..fd750c97a00e43d89df0b20d7f1365148264542f 100644 (file)
@@ -33,7 +33,10 @@ sub options {
     return {
         nodes => { optional => 1},
        'bridge' => { optional => 0 },
-       mtu => { optional => 1 }
+       mtu => { optional => 1 },
+       dns => { optional => 1 },
+       reversedns => { optional => 1 },
+       dnszone => { optional => 1 },
     };
 }