diff options
author | Razvan Becheriu <razvan@isc.org> | 2022-03-14 19:20:20 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2022-03-15 05:44:49 +0100 |
commit | bdd4db1ded388ab9ac01247d8baffbe3ddde4592 (patch) | |
tree | a62fe775d8b5e23e482c8e30a40938fc6fc6487e /doc/examples/kea6 | |
parent | [2249] regen flex/bison (diff) | |
download | kea-bdd4db1ded388ab9ac01247d8baffbe3ddde4592.tar.xz kea-bdd4db1ded388ab9ac01247d8baffbe3ddde4592.zip |
[#2249] addressed comments
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 68356bb7b4..f05126e346 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -401,9 +401,9 @@ // Boolean parameter which controls whether an early global host // reservations lookup should be performed. This lookup takes place // before subnet selection and when a global reservation is found - // with some client classes triggers a second phase classification. - // It can be used too to drop queries using host reservations as - // a decision table indexed by reservation identifiers. + // with some client classes, it triggers a second phase classification. + // It can also be used to drop queries using host reservations as a + // decision table indexed by reservation identifiers. "early-global-reservations-lookup": true, // Boolean parameter which controls DHCP server's behavior with respect |