2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#2900] Improve ip-reservations-unique doc

This commit is contained in:
Darren Ankney
2023-06-20 14:50:15 +00:00
parent c6d14b9445
commit 2ce555f41c
2 changed files with 2 additions and 2 deletions

View 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.

View 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.