]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[3538] Corrected the declaration of the example pool in the kea.conf
authorMarcin Siodelski <marcin@isc.org>
Tue, 9 Sep 2014 18:32:59 +0000 (20:32 +0200)
committerMarcin Siodelski <marcin@isc.org>
Tue, 9 Sep 2014 18:32:59 +0000 (20:32 +0200)
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.

src/bin/keactrl/kea.conf.in

index 4f724783ccb05efe0238fecaa95d7c0fe37c5054..5f9945a051ad5a30bfaa4a5e34126080be67297a 100644 (file)
@@ -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" } ] }
   ]
 },