]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[621-pd-pool-fields-are-not-described-in-kea6-all-keys-current-json] Added descriptio...
authorFrancis Dupont <fdupont@isc.org>
Wed, 5 Jun 2019 13:05:39 +0000 (15:05 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 26 Jun 2019 13:05:47 +0000 (15:05 +0200)
doc/examples/kea6/all-keys-current.json

index 20a8679693de4e2e281b62028d27cc65234df5c8..0b970c8f86571538446ba0fe4678a1d91b1a6364 100644 (file)
                         // clients.
                         "pd-pools": [
                             {
+                                // Restricts this prefix pool to be only used for the client
+                                // requests belonging to a particular client class.
                                 "client-class": "phones_server1",
+
+                                // Length of prefixes delegated to clients.
                                 "delegated-len": 64,
+
+                                // Excluded prefix (address) from client assignments.
                                 "excluded-prefix": "2001:db8::",
+
+                                // Excluded prefix (length) from client assignments.
                                 "excluded-prefix-len": 48,
+
+                                // Prefix pool level list of DHCP options.
                                 "option-data": [],
+
+                                // Prefix range (address) used for client assignments.
                                 "prefix": "2001:db8::",
+
+                                // Prefix range (length) used for client assignments.
                                 "prefix-len": 40,
+
+                                // List of client classes which must be evaluated
+                                // when this prefix pool is selected for client assignments.
                                 "require-client-classes": []
                             }
                         ],