Browse Source

[3538] Extended description of the subnet4 as pointed out in the review.

Marcin Siodelski 10 years ago
parent
commit
252145f2b9
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/bin/keactrl/kea.conf.in

+ 4 - 1
src/bin/keactrl/kea.conf.in

@@ -20,7 +20,10 @@
   "valid-lifetime": 4000,
 
 # Below an example of the simple subnet declaration. Uncomment to
-# enable it.
+# enable it. This is a list, denoted with [ ], of structure, denoted
+# with { }. Each structure describes a single subnet and may have
+# several parameters. One of those parameters is "pools" that is
+# also a list of structures.
   "subnet4": [
 #  {    "subnet": "192.0.2.0/24",
 #       "pools": [ { "pool": "192.0.2.1 - 192.0.2.200" } ] }