diff options
author | Andrei Pavel <andrei@isc.org> | 2020-11-16 09:44:52 +0100 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2020-11-16 09:44:52 +0100 |
commit | 8bfc6b767bbf39e65c4043a3369378a175d251bf (patch) | |
tree | a7e12cb50585a50fbc7347c107bb1df6b76cecab /ChangeLog | |
parent | [#1542] fix lease4-update on multithreaded v4 (diff) | |
download | kea-8bfc6b767bbf39e65c4043a3369378a175d251bf.tar.xz kea-8bfc6b767bbf39e65c4043a3369378a175d251bf.zip |
[#1542] add ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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 |