From 340c3fe9765a837a6795d34d1e3e04450cc51f5c Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 27 Jun 2023 19:17:48 +0200 Subject: [PATCH] [#2745] Added a note about 2 HRs --- doc/sphinx/arm/dhcp4-srv.rst | 7 +++++++ doc/sphinx/arm/dhcp6-srv.rst | 7 +++++++ 2 files changed, 14 insertions(+) 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