@@ -5324,32 +5324,32 @@ allocating or renewing a lease for the client.
5324
5324
5325
5325
Configuration flags are:
5326
5326
5327
- - ``reservations-in-subnet `` - when set to true, it enables in-pool host
5327
+ - ``reservations-in-subnet `` - when set to `` true `` , it enables in-pool host
5328
5328
reservation types. This setting is the default value, and is the safest and
5329
5329
most flexible. However, as all checks are conducted, it is also the slowest.
5330
- It does not check against global reservations. This flag defaults to true.
5330
+ It does not check against global reservations. This flag defaults to `` true `` .
5331
5331
5332
- - ``reservations-out-of-pool `` - when set to true, it allows only out-of-pool
5332
+ - ``reservations-out-of-pool `` - when set to `` true `` , it allows only out-of-pool
5333
5333
host reservations. In this case the server assumes that all host reservations
5334
5334
are for addresses that do not belong to the dynamic pool. Therefore, it can
5335
5335
skip the reservation checks when dealing with in-pool addresses, thus
5336
5336
improving performance. Do not use this mode if any reservations use in-pool
5337
5337
addresses. Caution is advised when using this setting; Kea does not
5338
5338
sanity-check the reservations against ``reservations-out-of-pool `` and
5339
- misconfiguration may cause problems. This flag defaults to false.
5339
+ misconfiguration may cause problems. This flag defaults to `` false `` .
5340
5340
5341
5341
- ``reservations-global `` - allows global host reservations. With this setting
5342
5342
in place, the server searches for reservations for a client among the defined
5343
5343
global reservations. If an address is specified, the server skips the
5344
5344
reservation checks carried out in other modes, thus improving performance.
5345
5345
Caution is advised when using this setting; Kea does not sanity-check the
5346
- reservations when ``reservations-global `` is set, and misconfiguration may
5347
- cause problems. This flag defaults to false.
5346
+ reservations when ``reservations-global `` is set to `` true ``, and
5347
+ misconfiguration may cause problems. This flag defaults to `` false `` .
5348
5348
5349
- Note: disabling all flags disables host reservation support. As there are no
5350
- reservations, the server skips all checks. Any reservations defined are
5351
- completely ignored. As checks are skipped, the server may operate faster in
5352
- this mode.
5349
+ Note: setting all flags to `` false `` disables host reservation support.
5350
+ As there are no reservations, the server skips all checks. Any reservations
5351
+ defined are completely ignored. As checks are skipped, the server may operate
5352
+ faster in this mode.
5353
5353
5354
5354
Since Kea 1.9.1 the ``reservations-global ``, ``reservations-in-subnet `` and
5355
5355
``reservations-out-of-pool `` flags are suported.
0 commit comments