summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2020-11-19 14:16:13 +0100
committerRazvan Becheriu <razvan@isc.org>2020-11-19 14:16:13 +0100
commit374e82c5ba7785c42b02b376cd0ccefe032515d2 (patch)
treefacec010901c4f59c4339104cce198e6d14587ac /doc
parent[#1550] added documentation (diff)
downloadkea-374e82c5ba7785c42b02b376cd0ccefe032515d2.tar.xz
kea-374e82c5ba7785c42b02b376cd0ccefe032515d2.zip
[#1550] addressed comments
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/arm/dhcp4-srv.rst13
-rw-r--r--doc/sphinx/arm/dhcp6-srv.rst14
2 files changed, 14 insertions, 13 deletions
diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst
index 8fd8fce557..2043e6445a 100644
--- a/doc/sphinx/arm/dhcp4-srv.rst
+++ b/doc/sphinx/arm/dhcp4-srv.rst
@@ -4645,12 +4645,13 @@ The meaning of the reservation flags are:
- ``reservations-out-of-pool``: the makes sense only when the
``reservations-in-subnet`` flag is true. When ``reservations-out-of-pool``
- is true the server may assume that all host reservations of the subnet are
- for addresses that do not belong to the dynamic pool as described in the
- ``out-of-pool`` reservation mode. In this case, the server will not assign
- reservations that are inside the dynamic pools to the respective clients.
- This also means that the addresses matching the respective reservations from
- inside the dynamic pools can be dynamically assigned to any client.
+ is true the server may assume that all host reservations are for addresses
+ that do not belong to the dynamic pool. Therefore, it can skip the reservation
+ checks when dealing with in-pool addresses, thus improving performance.
+ Also the server will not assign reserved addresses that are inside the dynamic
+ pools to the respective clients. This also means that the addresses matching
+ the respective reservations from inside the dynamic pools (if any) can be
+ dynamically assigned to any client.
The ``reservation-mode`` will be deprecated in a future Kea version.
diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst
index 48b388e0f4..f908f29171 100644
--- a/doc/sphinx/arm/dhcp6-srv.rst
+++ b/doc/sphinx/arm/dhcp6-srv.rst
@@ -4091,13 +4091,13 @@ The meaning of the reservation flags are:
- ``reservations-out-of-pool``: the makes sense only when the
``reservations-in-subnet`` flag is true. When ``reservations-out-of-pool``
- is true the server may assume that all host reservations of the subnet are
- for addresses or prefixes that do not belong to the dynamic pool as described
- in the ``out-of-pool`` reservation mode. In this case, the server will not
- assign reservations that are inside the dynamic pools to the respective
- clients. This also means that the addresses matching the respective
- reservations from inside the dynamic pools can be dynamically assigned to any
- client.
+ is true the server may assume that all host reservations are for addresses
+ that do not belong to the dynamic pool. Therefore, it can skip the reservation
+ checks when dealing with in-pool addresses, thus improving performance.
+ Also the server will not assign reserved addresses that are inside the dynamic
+ pools to the respective clients. This also means that the addresses matching
+ the respective reservations from inside the dynamic pools (if any) can be
+ dynamically assigned to any client.
The ``reservation-mode`` will be deprecated in a future Kea version.