From: Marcin Siodelski Date: Mon, 19 Sep 2022 17:33:00 +0000 (+0200) Subject: [#2408] Added ChangeLog for #2408 X-Git-Tag: Kea-2.3.1~40 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3be1e559dce42a58a36f17fb1e784de7ca297f4f;p=thirdparty%2Fkea.git [#2408] Added ChangeLog for #2408 --- 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)