mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
2245287cbe
LXC version 3 config files are still using network old style definition. So, as LXC supports it now, they can be converted to use this new definition. Signed-off-by: Julio Faracco <jcfaracco@gmail.com> Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
14 lines
439 B
Plaintext
14 lines
439 B
Plaintext
# Template used to create this container: opensuse
|
|
# Template script checksum (SHA-1): 27307e0a95bd81b2c0bd82d6f87fdbe83be075ef
|
|
|
|
lxc.net.0.type = macvlan
|
|
lxc.net.0.flags = up
|
|
lxc.net.0.link = eth0
|
|
lxc.net.0.hwaddr = 02:00:15:8f:05:c1
|
|
lxc.net.0.macvlan.mode = vepa
|
|
|
|
#remove next line if host DNS configuration should not be available to container
|
|
lxc.rootfs.path = /var/lib/lxc/migrate_test/rootfs
|
|
lxc.uts.name = migrate_test
|
|
lxc.autodev=1
|