]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2408] Added ChangeLog for #2408
authorMarcin Siodelski <marcin@isc.org>
Mon, 19 Sep 2022 17:33:00 +0000 (19:33 +0200)
committerMarcin Siodelski <marcin@isc.org>
Thu, 22 Sep 2022 13:28:36 +0000 (15:28 +0200)
ChangeLog

index a6c256bc759a9164190be7cd9ae1e97c83942651..608bec3f710b732d0ec2bcdae3121dcbd5cbbdea 100644 (file)
--- 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)