[pve-devel] [PATCH container 2/2] doc: add auto/dhcp/manual to netX ip6 description

Fabian Grünbichler f.gruenbichler at proxmox.com
Mon May 15 09:44:19 CEST 2017


and shorten IPv6Format to IPv6

Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
 src/PVE/LXC/Config.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/PVE/LXC/Config.pm b/src/PVE/LXC/Config.pm
index 57b3297..a5595b0 100644
--- a/src/PVE/LXC/Config.pm
+++ b/src/PVE/LXC/Config.pm
@@ -523,7 +523,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,
     },
-- 
2.1.4





More information about the pve-devel mailing list