From: Fabian Grünbichler Date: Mon, 15 May 2017 07:44:19 +0000 (+0200) Subject: doc: add auto/dhcp/manual to netX ip6 description X-Git-Url: https://git.proxmox.com/?p=pve-container.git;a=commitdiff_plain;h=6ea7095ccf61b2b4fa8eeb6772ae4b86da0d30bc doc: add auto/dhcp/manual to netX ip6 description and shorten IPv6Format to IPv6 Signed-off-by: Fabian Grünbichler --- diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm index aab8efb..c45ce7e 100644 --- a/src/PVE/LXC/Config.pm +++ b/src/PVE/LXC/Config.pm @@ -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, },