mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-06-03 12:10:43 +00:00

This patch wipe all references to lxc.network{[i]}.* and replace with lxc.net.{[i]}.* in templates, documentation and configuration files. Signed-off-by: 0x0916 <w@laoqinren.net>
5 lines
118 B
Plaintext
5 lines
118 B
Plaintext
# Container with new network withtout network devices
|
|
lxc.utsname = omega
|
|
lxc.net.0.type = empty
|
|
lxc.net.0.flags = up
|