From: Marcin Siodelski Date: Fri, 12 Sep 2014 15:36:36 +0000 (+0200) Subject: [3538] Fixed the pool definitions for DHCPv6 in kea.conf. X-Git-Tag: trac3595_base~5^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=afaa50c9899b9d9cb1ffa2eeadac60abbdf8be29;p=thirdparty%2Fkea.git [3538] Fixed the pool definitions for DHCPv6 in kea.conf. --- diff --git a/src/bin/keactrl/kea.conf.in b/src/bin/keactrl/kea.conf.in index 5f9945a051..8634245c20 100644 --- a/src/bin/keactrl/kea.conf.in +++ b/src/bin/keactrl/kea.conf.in @@ -47,13 +47,13 @@ # The following list defines subnets. Uncomment to enable them. "subnet6": [ # { "subnet": "2001:db8:1::/64", -# "pool": [ "2001:db8:1::/80" ] }, +# "pools": [ { "pool": "2001:db8:1::/80" } ] }, # { "subnet": "2001:db8:2::/64", -# "pool": [ "2001:db8:2::/80" ] }, +# "pools": [ { "pool": "2001:db8:2::/80" } ] }, # { "subnet": "2001:db8:3::/64", -# "pool": [ "2001:db8:3::/80" ] }, +# "pools": [ { "pool": "2001:db8:3::/80" } ] }, # { "subnet": "2001:db8:4::/64", -# "pool": [ "2001:db8:4::/80" ] } +# "pools": [ { "pool": "2001:db8:4::/80" } ] } ] },