X-Git-Url: https://git.proxmox.com/?p=pve-docs.git;a=blobdiff_plain;f=pct-network-opts.adoc;h=7943b0c485ee837494f75281b9f1f6aa5f438b15;hp=50354da959f9159ac8c427ea7eab8f0c48895905;hb=54656a43a3e525b4bac6563e8b09646916c9bc18;hpb=bc132ec5800793def47ba7c46ff510994c9a7a5a diff --git a/pct-network-opts.adoc b/pct-network-opts.adoc index 50354da..7943b0c 100644 --- a/pct-network-opts.adoc +++ b/pct-network-opts.adoc @@ -1,4 +1,4 @@ -`net[n]`: `name= [,bridge=] [,firewall=<1|0>] [,gw=] [,gw6=] [,hwaddr=] [,ip=] [,ip6=] [,mtu=] [,rate=] [,tag=] [,trunks=] [,type=]` :: +`net[n]`: `name= [,bridge=] [,firewall=<1|0>] [,gw=] [,gw6=] [,hwaddr=] [,ip=<(IPv4/CIDR|dhcp|manual)>] [,ip6=<(IPv6/CIDR|auto|dhcp|manual)>] [,mtu=] [,rate=] [,tag=] [,trunks=] [,type=]` :: Specifies network interfaces for the container. @@ -22,11 +22,11 @@ Default gateway for IPv6 traffic. The interface MAC address. This is dynamically allocated by default, but you can set that statically if needed, for example to always have the same link-local IPv6 address. (lxc.network.hwaddr) -`ip`=`` ;; +`ip`=`<(IPv4/CIDR|dhcp|manual)>` ;; IPv4 address in CIDR format. -`ip6`=`` ;; +`ip6`=`<(IPv6/CIDR|auto|dhcp|manual)>` ;; IPv6 address in CIDR format.