From: Darren Ankney Date: Tue, 20 Jun 2023 14:50:15 +0000 (+0000) Subject: [#2900] Improve ip-reservations-unique doc X-Git-Tag: Kea-2.4.0~173 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2ce555f41c3114691dc0b30d933fb68be7c4fa8c;p=thirdparty%2Fkea.git [#2900] Improve ip-reservations-unique doc --- diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 8bb1601066..8595b71808 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -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. diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst index 42216fff14..ea39f8a9df 100644 --- a/doc/sphinx/arm/dhcp6-srv.rst +++ b/doc/sphinx/arm/dhcp6-srv.rst @@ -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.