diff options
author | Razvan Becheriu <razvan@isc.org> | 2020-10-27 18:49:22 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2020-11-18 14:55:23 +0100 |
commit | 21f9a8f82ca5c6fa66ae97cbb9de8678052cb7e6 (patch) | |
tree | 3adc57116fec31dc82e0a733c19fbd21ad974f62 /doc/examples/kea6 | |
parent | [#1405] addressed comments (diff) | |
download | kea-21f9a8f82ca5c6fa66ae97cbb9de8678052cb7e6.tar.xz kea-21f9a8f82ca5c6fa66ae97cbb9de8678052cb7e6.zip |
[#1405] in-subnet is equivalent to all
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r-- | doc/examples/kea6/all-keys.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index b683e80106..8f191a4bdc 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -664,7 +664,7 @@ "reservations-in-subnet": true, // Specify if server should lookup out-of-pool reservations. - "reservations-out-of-pool": true, + "reservations-out-of-pool": false, // List of client classes which must be evaluated when this shared // network is selected for client assignments. @@ -861,7 +861,7 @@ "reservations-in-subnet": true, // Specify if server should lookup out-of-pool reservations. - "reservations-out-of-pool": true, + "reservations-out-of-pool": false, // Subnet level compute T1 and T2 timers. "calculate-tee-times": true, @@ -997,7 +997,7 @@ "reservations-in-subnet": true, // Specify if server should lookup out-of-pool reservations. - "reservations-out-of-pool": true, + "reservations-out-of-pool": false, // Data directory. "data-directory": "/tmp", |