mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-06-03 02:27:18 +00:00

Use non-routed, private IPv4 address in documentation examples (Closes: #571525). Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
9 lines
284 B
Plaintext
9 lines
284 B
Plaintext
# Container with network virtualized using the macvlan device driver
|
|
lxc.utsname = alpha
|
|
lxc.network.type = macvlan
|
|
lxc.network.flags = up
|
|
lxc.network.link = eth0
|
|
lxc.network.hwaddr = 4a:49:43:49:79:bd
|
|
lxc.network.ipv4 = 10.2.3.4/24
|
|
lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3596
|