From: Razvan Becheriu Date: Thu, 19 Nov 2020 11:16:46 +0000 (+0200) Subject: [#1550] added documentation X-Git-Tag: Kea-1.9.2~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4c847849429ea80377b50525f22e79880aa2f1ef;p=thirdparty%2Fkea.git [#1550] added documentation --- diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 580a49c02d..8fd8fce557 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -4636,7 +4636,7 @@ An example configuration using global reservations is shown below: ] } -The meaning of these flags are: +The meaning of the reservation flags are: - ``reservations-global``: fetch global reservations. @@ -4650,7 +4650,7 @@ The meaning of these flags are: ``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 other clients. + inside the dynamic pools 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 cec69d9761..48b388e0f4 100644 --- a/doc/sphinx/arm/dhcp6-srv.rst +++ b/doc/sphinx/arm/dhcp6-srv.rst @@ -4096,8 +4096,8 @@ The meaning of the reservation flags are: 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 - other clients. + reservations from inside the dynamic pools can be dynamically assigned to any + client. The ``reservation-mode`` will be deprecated in a future Kea version.