]> git.proxmox.com Git - pve-network.git/blobdiff - PVE/Network/SDN/Dns/Plugin.pm
move dns options from subnets to zone
[pve-network.git] / PVE / Network / SDN / Dns / Plugin.pm
index baa9316cad95a126459a6f90c0b7a69b26dafb79..be399b0dd351bfee55fe14a0a3fc7ca451dad708 100644 (file)
@@ -42,6 +42,7 @@ my $defaultData = {
            type => 'string', format => 'pve-configid',
        },
         ttl => { type => 'integer', optional => 1 },
+        reversev6mask => { type => 'integer', optional => 1 },
         dns => get_standard_option('pve-sdn-dns-id',
             { completion => \&PVE::Network::SDN::Dns::complete_sdn_dns }),
     },