]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1542] add ChangeLog entry
authorAndrei Pavel <andrei@isc.org>
Mon, 16 Nov 2020 08:44:52 +0000 (10:44 +0200)
committerAndrei Pavel <andrei@isc.org>
Mon, 16 Nov 2020 08:44:52 +0000 (10:44 +0200)
ChangeLog

index 93eb50bc43cb7634097a849c14392fe895fe9085..71bc97e1e70300441005a8f82f07ab0f259dccdf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+1828.  [bug]           andrei
+       Fix trivial logic error in handling the "lease4-update" command
+       manifesting itself on v4 if multi-threading is enabled.
+       Notable affected environment is a HA with the
+       "send-lease-updates" configuration setting explicitly set to
+       true. Prior to this fix, lease updates would not go through to
+       other HA nodes, even though some log lines would say they would.
+       A simple workaround prior to this fix is to disable
+       multi-threading.
+       (Gitlab #1542)
+
 1827.  [build]         andrei
        Add `tools/add-config-h.sh` script that can add
        `#include <config.h>` lines to non-generated source files that