summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcin Siodelski <marcin@isc.org>2022-09-19 19:33:00 +0200
committerMarcin Siodelski <marcin@isc.org>2022-09-22 15:28:36 +0200
commit3be1e559dce42a58a36f17fb1e784de7ca297f4f (patch)
treeea768d0b20aab5e805f81b02912890eb66e6a41a
parent9a29e50d4e2de26da160cbf0616a9a2ce7e74f15 (diff)
[#2408] Added ChangeLog for #2408
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index a6c256bc75..608bec3f71 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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)