From: Francis Dupont Date: Wed, 5 Jun 2019 13:05:39 +0000 (+0200) Subject: [621-pd-pool-fields-are-not-described-in-kea6-all-keys-current-json] Added descriptio... X-Git-Tag: Kea-1.6.0-beta2~205 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fe46afb5518c2b1b55876d191f557496db9524a8;p=thirdparty%2Fkea.git [621-pd-pool-fields-are-not-described-in-kea6-all-keys-current-json] Added description of pd-pool current all keys example --- diff --git a/doc/examples/kea6/all-keys-current.json b/doc/examples/kea6/all-keys-current.json index 20a8679693..0b970c8f86 100644 --- a/doc/examples/kea6/all-keys-current.json +++ b/doc/examples/kea6/all-keys-current.json @@ -581,13 +581,30 @@ // 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": [] } ],