mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-16 22:32:40 +00:00

Patch moves etc/* contents into doc/examples/ and adds --disable-examples configure switch which may be used not to install examples. Default is to install them into ${docdir}/examples (commonly: /usr/share/doc/lxc/examples) Signed-off-by: Andrian Nord <NightNord@gmail.com> Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
9 lines
283 B
Plaintext
9 lines
283 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 = 1.2.3.4/24
|
|
lxc.network.ipv6 = 2003:db8:1:0:214:1234:fe0b:3596
|