]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/SDN/Zones/VxlanPlugin.pm
move dns options from subnets to zone
[pve-network.git] / PVE / Network / SDN / Zones / VxlanPlugin.pm
index 79af0546eaac3d13456fe7af13505769bdf378bd..7a6687a03048695d9467fa3adaad05013586f6c1 100644 (file)
@@ -38,6 +38,9 @@ sub options {
         nodes => { optional => 1},
         peers => { optional => 0 },
        mtu => { optional => 1 },
+       dns => { optional => 1 },
+       reversedns => { optional => 1 },
+       dnszone => { optional => 1 },
     };
 }