commenting LXC networking options (configured by vagrant)
This commit is contained in:
parent
6736d34a99
commit
4707068d25
1 changed files with 4 additions and 4 deletions
|
@ -251,17 +251,17 @@ lxc.utsname = ${name}
|
|||
|
||||
# networking
|
||||
|
||||
lxc.network.type = veth
|
||||
lxc.network.flags = up
|
||||
#lxc.network.type = veth
|
||||
#lxc.network.flags = up
|
||||
# Bridged network
|
||||
#lxc.network.link = br42
|
||||
lxc.network.name = eth0
|
||||
#lxc.network.name = eth0
|
||||
# It is fine to be commented out
|
||||
# Warn: interface name 'vethXXXX' too long (>15)
|
||||
#lxc.network.veth.pair = veth${name#*-}
|
||||
#lxc.network.ipv4 = 10.1.1.1/24
|
||||
#lxc.network.hwaddr = 00:12:34:56:78:9A
|
||||
lxc.network.hwaddr = \
|
||||
#lxc.network.hwaddr = \
|
||||
00:16:3e:$(openssl rand -hex 3| sed 's/\(..\)/\1:/g; s/.$//')
|
||||
|
||||
# Limits
|
||||
|
|
Loading…
Reference in a new issue