]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2745] Added a note about 2 HRs
authorFrancis Dupont <fdupont@isc.org>
Tue, 27 Jun 2023 17:17:48 +0000 (19:17 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 28 Jun 2023 14:22:39 +0000 (16:22 +0200)
doc/sphinx/arm/dhcp4-srv.rst
doc/sphinx/arm/dhcp6-srv.rst

index a2d237384dcee89d34c6d6ce746e78a74a3fb047..50aaf6884277b5776be65c329f5cb422dacb172b 100644 (file)
@@ -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
index e218a4e042e02d22a5c4846a1891f6d19d0694d1..c5a76dae557b30d8122fbb37cb05ecc80ff04177 100644 (file)
@@ -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