mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-03 15:56:45 +00:00
doc: s/lxc.net.ipv6/lxc.net.ipv6.address/g
Signed-off-by: Long Wang <w@laoqinren.net>
This commit is contained in:
parent
2c67dc7987
commit
08d9d0e5bd
@ -709,7 +709,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>lxc.net.[i].ipv6</option>
|
||||
<option>lxc.net.[i].ipv6.address</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
@ -2553,7 +2553,7 @@ mknod errno 0
|
||||
lxc.net.0.name = eth0
|
||||
lxc.net.0.hwaddr = 4a:49:43:49:79:bf
|
||||
lxc.net.0.ipv4.address = 1.2.3.5/24 1.2.3.255
|
||||
lxc.net.0.ipv6 = 2003:db8:1:0:214:1234:fe0b:3597
|
||||
lxc.net.0.ipv6.address = 2003:db8:1:0:214:1234:fe0b:3597
|
||||
</programlisting>
|
||||
</refsect2>
|
||||
|
||||
@ -2602,21 +2602,21 @@ mknod errno 0
|
||||
lxc.net.0.link = br0
|
||||
lxc.net.0.hwaddr = 4a:49:43:49:79:bf
|
||||
lxc.net.0.ipv4.address = 10.2.3.5/24 10.2.3.255
|
||||
lxc.net.0.ipv6 = 2003:db8:1:0:214:1234:fe0b:3597
|
||||
lxc.net.0.ipv6 = 2003:db8:1:0:214:5432:feab:3588
|
||||
lxc.net.0.ipv6.address = 2003:db8:1:0:214:1234:fe0b:3597
|
||||
lxc.net.0.ipv6.address = 2003:db8:1:0:214:5432:feab:3588
|
||||
lxc.net.1.type = macvlan
|
||||
lxc.net.1.flags = up
|
||||
lxc.net.1.link = eth0
|
||||
lxc.net.1.hwaddr = 4a:49:43:49:79:bd
|
||||
lxc.net.1.ipv4.address = 10.2.3.4/24
|
||||
lxc.net.1.ipv4.address = 192.168.10.125/24
|
||||
lxc.net.1.ipv6 = 2003:db8:1:0:214:1234:fe0b:3596
|
||||
lxc.net.1.ipv6.address = 2003:db8:1:0:214:1234:fe0b:3596
|
||||
lxc.net.2.type = phys
|
||||
lxc.net.2.flags = up
|
||||
lxc.net.2.link = dummy0
|
||||
lxc.net.2.hwaddr = 4a:49:43:49:79:ff
|
||||
lxc.net.2.ipv4.address = 10.2.3.6/24
|
||||
lxc.net.2.ipv6 = 2003:db8:1:0:214:1234:fe0b:3297
|
||||
lxc.net.2.ipv6.address = 2003:db8:1:0:214:1234:fe0b:3297
|
||||
lxc.cgroup.cpuset.cpus = 0,1
|
||||
lxc.cgroup.cpu.shares = 1234
|
||||
lxc.cgroup.devices.deny = a
|
||||
|
Loading…
Reference in New Issue
Block a user