]> git.proxmox.com Git - pve-container.git/blobdiff - src/PVE/LXC/Config.pm
doc: add auto/dhcp/manual to netX ip6 description
[pve-container.git] / src / PVE / LXC / Config.pm
index aab8efba178025f31d8fe614e07821e2e0bcea9b..c45ce7e304b114c5a5a503834add95bb989e4907 100644 (file)
@@ -561,7 +561,7 @@ our $netconf_desc = {
     ip6 => {
        type => 'string',
        format => 'pve-ipv6-config',
-       format_description => 'IPv6Format/CIDR',
+       format_description => '(IPv6/CIDR|auto|dhcp|manual)',
        description => 'IPv6 address in CIDR format.',
        optional => 1,
     },