From: Francis Dupont Date: Tue, 27 Jun 2023 17:17:48 +0000 (+0200) Subject: [#2745] Added a note about 2 HRs X-Git-Tag: Kea-2.4.0~45 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=340c3fe9765a837a6795d34d1e3e04450cc51f5c;p=thirdparty%2Fkea.git [#2745] Added a note about 2 HRs --- diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index a2d237384d..50aaf68842 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -5538,6 +5538,13 @@ If not specified, the default value is: "host-reservation-identifiers": [ "hw-address", "duid", "circuit-id", "client-id" ] +.. note:: + + As soon as a host reservation is found the search is stopped so + when a client has two host reservations using different enabled + identifier types the first is permanently returned and the second + ignored, i.e. this is a configuration mistake. + .. _global-reservations4: Global Reservations in DHCPv4 diff --git a/doc/sphinx/arm/dhcp6-srv.rst b/doc/sphinx/arm/dhcp6-srv.rst index e218a4e042..c5a76dae55 100644 --- a/doc/sphinx/arm/dhcp6-srv.rst +++ b/doc/sphinx/arm/dhcp6-srv.rst @@ -4767,6 +4767,13 @@ If not specified, the default value is: "host-reservation-identifiers": [ "hw-address", "duid" ] +.. note:: + + As soon as a host reservation is found the search is stopped so + when a client has two host reservations using different enabled + identifier types the first is permanently returned and the second + ignored, i.e. this is a configuration mistake. + .. _global-reservations6: Global Reservations in DHCPv6