summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorTomek Mrugalski <tomek@isc.org>2020-09-25 09:56:49 +0200
committerTomek Mrugalski <tomek@isc.org>2020-09-25 09:56:49 +0200
commit878158cba911e9d37b4fb054e9e3a5b2df6e7a74 (patch)
tree33343dfbd6d79096dacb0786184d08c499921205 /ChangeLog
parent[#1389] Removed statistic-remove-all tests (diff)
downloadkea-878158cba911e9d37b4fb054e9e3a5b2df6e7a74.tar.xz
kea-878158cba911e9d37b4fb054e9e3a5b2df6e7a74.zip
[#1389] ChangeLog updated
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index abdb57c5a9..fd8c959ced 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+1806. [bug] tmark
+ The DNS update code behaving better when there is a shared network
+ and the code initially selected one subnet, but then later determined
+ that a different subnet will be used. There is still a corner-case
+ in DHCPv6 if the client requests multiple addresses or multiple
+ prefixes and some of them is serviced from one subnet and some
+ from another.
+ (Gitlab #1389)
+
1805. [doc] tomek
API documentation for lease4-get-* and lease6-get-* commands
has been updated.