2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 05:27:55 +00:00

[#2408] Added ChangeLog for #2408

This commit is contained in:
Marcin Siodelski 2022-09-19 19:33:00 +02:00
parent 9a29e50d4e
commit 3be1e559dc

View File

@ -1,3 +1,15 @@
2059. [func] marcin
The lease_cmds hook library returns a new "conflict" status
code indicating an issue with a lease update due to a mismatch
between the received lease and the server's configuration or
state. The HA hook library differentiates between this new
status and a general error and avoids transitioning to the
partner-down state when conflicts occur. The new
"max-rejected-lease-updates" parameter sets a limit for the
maximum number of conflicts before the server terminates the
HA service.
(Gitlab #2408)
2058. [build] fdupont
kea-lfc is now built just after libraries.
(Gitlab #2526)