]> git.proxmox.com Git - pve-container.git/commitdiff
doc: add dhcp/manual to netX ip description
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Mon, 15 May 2017 07:44:18 +0000 (09:44 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Fri, 22 Sep 2017 08:53:15 +0000 (10:53 +0200)
and shorten IPv4Format to IPv4

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/PVE/LXC/Config.pm

index 1481958de5e5b8cee91cad49ed537d3e5369d3d1..aab8efba178025f31d8fe614e07821e2e0bcea9b 100644 (file)
@@ -547,7 +547,7 @@ our $netconf_desc = {
     ip => {
        type => 'string',
        format => 'pve-ipv4-config',
-       format_description => 'IPv4Format/CIDR',
+       format_description => '(IPv4/CIDR|dhcp|manual)',
        description => 'IPv4 address in CIDR format.',
        optional => 1,
     },