lxc-config: new subnet

This commit is contained in:
Jörg Thalheim 2015-01-03 17:56:57 +01:00
parent 40e6369431
commit acf532809a
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ def find_address(subnet, assigned_subsubnets)
end end
CONFIG_PATH = Pathname.new("/etc/lxc/") 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") IPV6_SUBNET = NetAddr::CIDR.create("2a01:4f8:210:31fd:1::/80")
options = OpenStruct.new options = OpenStruct.new