From: Marcin Siodelski Date: Tue, 9 Sep 2014 18:32:59 +0000 (+0200) Subject: [3538] Corrected the declaration of the example pool in the kea.conf X-Git-Tag: trac3595_base~5^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=07c8a9ec2ed0491205e6965a862d15d5f2ebb7fc;p=thirdparty%2Fkea.git [3538] Corrected the declaration of the example pool in the kea.conf Recently the "pool" parameter has been renamed to "pools" and its type was changed from the string to a map. The kea.conf was not updated to use the new format for the pool definition. This change corrects it. --- diff --git a/src/bin/keactrl/kea.conf.in b/src/bin/keactrl/kea.conf.in index 4f724783cc..5f9945a051 100644 --- a/src/bin/keactrl/kea.conf.in +++ b/src/bin/keactrl/kea.conf.in @@ -23,7 +23,7 @@ # enable it. "subnet4": [ # { "subnet": "192.0.2.0/24", -# "pool": [ "192.0.2.1 - 192.0.2.200" ] } +# "pools": [ { "pool": "192.0.2.1 - 192.0.2.200" } ] } ] },