2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-29 13:07:50 +00:00

[#2745] Added a note about 2 HRs

This commit is contained in:
Francis Dupont 2023-06-27 19:17:48 +02:00
parent d9517e1712
commit 340c3fe976
2 changed files with 14 additions and 0 deletions

View 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

View 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