summaryrefslogtreecommitdiffstats
path: root/doc/examples/kea6
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2020-11-11 10:06:18 +0100
committerRazvan Becheriu <razvan@isc.org>2020-11-18 14:55:23 +0100
commit8d05ba02b222fce24a000b7941f4bb7a5010d783 (patch)
treed1bbff6b2a90bb48817b1cfc2091636d2bc91223 /doc/examples/kea6
parent[#1405] added unittests for schema update (diff)
downloadkea-8d05ba02b222fce24a000b7941f4bb7a5010d783.tar.xz
kea-8d05ba02b222fce24a000b7941f4bb7a5010d783.zip
[#1405] merged first pass
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r--doc/examples/kea6/all-keys.json23
1 files changed, 14 insertions, 9 deletions
diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json
index 8f191a4bdc..da08911928 100644
--- a/doc/examples/kea6/all-keys.json
+++ b/doc/examples/kea6/all-keys.json
@@ -653,8 +653,9 @@
// Enumeration specifying server's mode of operation when it
// fetches host reservations.
- // It is deprecated by the "reservations-out-of-pool",
- // "reservations-in-subnet" and "reservations-global" parameters.
+ // It is replaced by the "reservations-global",
+ // "reservations-in-subnet" and "reservations-out-of-pool"
+ // parameters.
// "reservation-mode": "all",
// Specify if server should lookup global reservations.
@@ -663,7 +664,8 @@
// Specify if server should lookup in-subnet reservations.
"reservations-in-subnet": true,
- // Specify if server should lookup out-of-pool reservations.
+ // Specify if server can assume that all reserved addresses
+ // are out-of-pool.
"reservations-out-of-pool": false,
// List of client classes which must be evaluated when this shared
@@ -850,8 +852,9 @@
// Enumeration specifying server's mode of operation when it
// fetches host reservations.
- // It is deprecated by the "reservations-out-of-pool",
- // "reservations-in-subnet" and "reservations-global" parameters.
+ // It is replaced by the "reservations-global",
+ // "reservations-in-subnet" and
+ // "reservations-out-of-pool" parameters.
// "reservation-mode": "all",
// Specify if server should lookup global reservations.
@@ -860,7 +863,8 @@
// Specify if server should lookup in-subnet reservations.
"reservations-in-subnet": true,
- // Specify if server should lookup out-of-pool reservations.
+ // Specify if server can assume that all reserved
+ // addresses are out-of-pool.
"reservations-out-of-pool": false,
// Subnet level compute T1 and T2 timers.
@@ -986,8 +990,8 @@
},
// Fetches host reservations.
- // It is deprecated by the "reservations-out-of-pool",
- // "reservations-in-subnet" and "reservations-global" parameters.
+ // It is replaced by the "reservations-global",
+ // "reservations-in-subnet" and "reservations-out-of-pool" parameters.
// "reservation-mode": "all",
// Specify if server should lookup global reservations.
@@ -996,7 +1000,8 @@
// Specify if server should lookup in-subnet reservations.
"reservations-in-subnet": true,
- // Specify if server should lookup out-of-pool reservations.
+ // Specify if server can assume that all reserved addresses
+ // are out-of-pool.
"reservations-out-of-pool": false,
// Data directory.