]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2900] Improve ip-reservations-unique doc
authorDarren Ankney <dankney@isc.org>
Tue, 20 Jun 2023 14:50:15 +0000 (14:50 +0000)
committerDarren Ankney <dankney@isc.org>
Tue, 20 Jun 2023 17:57:05 +0000 (17:57 +0000)
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst

index 8bb16010661767200701c07e0b3de885871b0337..8595b718082171d1dc12b28c9edf97b78ea9ae6c 100644 (file)
@@ -5763,7 +5763,7 @@ for the same IP address within a given subnet. Setting this parameter to
 file and in the host database backend, via :ischooklib:`libdhcp_host_cmds.so`.
 
 Setting ``ip-reservations-unique`` to ``false`` when using memfile, MySQL or PostgreSQL is supported.
-This setting is NOT supported when using Host Cache (see :ref:`hooks-host-cache`), and the RADIUS backend
+This setting is not supported when using Host Cache (see :ref:`hooks-host-cache`), and the RADIUS backend
 (see :ref:`hooks-radius`).  These reservation backends simply do not support multiple reservations for the 
 same IP.  If either of these hooks are loaded and ``ip-reservations-unique`` is set to ``false``, then a
 configuration error will be emitted and the server will fail to start. 
index 42216fff14861e3f2a2466061fa664a43a8e99f8..ea39f8a9df390a13e1a733e0066b2d3fd250879d 100644 (file)
@@ -5001,7 +5001,7 @@ allows such reservations to be created both in the Kea configuration
 file and in the host database backend, via :ischooklib:`libdhcp_host_cmds.so`.
 
 Setting ``ip-reservations-unique`` to ``false`` when using memfile, MySQL or PostgreSQL is supported.
-This setting is NOT supported when using Host Cache (see :ref:`hooks-host-cache`), and the RADIUS backend
+This setting is not supported when using Host Cache (see :ref:`hooks-host-cache`), and the RADIUS backend
 (see :ref:`hooks-radius`).  These reservation backends simply do not support multiple reservations for the 
 same IP.  If either of these hooks are loaded and ``ip-reservations-unique`` is set to ``false``, then a
 configuration error will be emitted and the server will fail to start.