lxc-config: new subnet
This commit is contained in:
parent
40e6369431
commit
acf532809a
@ -24,7 +24,7 @@ def find_address(subnet, assigned_subsubnets)
|
||||
end
|
||||
|
||||
CONFIG_PATH = Pathname.new("/etc/lxc/")
|
||||
IPV4_SUBNET = NetAddr::CIDR.create("10.100.0.0/16")
|
||||
IPV4_SUBNET = NetAddr::CIDR.create("192.168.66.0/24")
|
||||
IPV6_SUBNET = NetAddr::CIDR.create("2a01:4f8:210:31fd:1::/80")
|
||||
|
||||
options = OpenStruct.new
|
||||
|
Loading…
Reference in New Issue
Block a user