diff options
author | Francis Dupont <fdupont@isc.org> | 2022-02-04 21:34:10 +0100 |
---|---|---|
committer | Razvan Becheriu <razvan@isc.org> | 2022-03-14 19:20:37 +0100 |
commit | af504ccd27193ca6622d202244d4b7daf358fef7 (patch) | |
tree | 308a17f3f56a735601243d18260f25ebc870fa03 /doc/examples/kea6 | |
parent | [#2355] ChangeLog update (diff) | |
download | kea-af504ccd27193ca6622d202244d4b7daf358fef7.tar.xz kea-af504ccd27193ca6622d202244d4b7daf358fef7.zip |
[#2249] Checkpoint before regen
Diffstat (limited to 'doc/examples/kea6')
-rw-r--r-- | doc/examples/kea6/all-keys.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/examples/kea6/all-keys.json b/doc/examples/kea6/all-keys.json index d21f6fcf5d..530e7a456e 100644 --- a/doc/examples/kea6/all-keys.json +++ b/doc/examples/kea6/all-keys.json @@ -398,6 +398,13 @@ "re-detect": true }, + // Boolean parameter which controls whether an early global host + // reservations lookup should be performed. This lookup takes place + // before first classification step so before subnet selection. + // It can be used too 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 // to creating host reservations for the same IP address or delegated // prefix. By default this flag is set to true in which case the server |