summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPiotrek Zadroga <piotrek@isc.org>2024-04-18 13:14:41 +0200
committerPiotrek Zadroga <piotrek@isc.org>2024-04-23 09:28:08 +0200
commit7f31aee391892c34a6e505739adc79282e172e91 (patch)
tree3b2a91ebe0c8c817e115275994ce6fc372df5470
parent[#3294] adding UTs (diff)
downloadkea-7f31aee391892c34a6e505739adc79282e172e91.tar.xz
kea-7f31aee391892c34a6e505739adc79282e172e91.zip
[#3294] ChangeLog entry
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 87e92e9b3c..098afc416a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+2222. [bug] piotrek
+ Fixed a bug in host_cmds. When PostgreSQL was used as
+ hosts database storage, reservation-del command called
+ with given IPv6 host address and the subnet Id deleted
+ all IPv6 hosts in given subnet.
+ Corrected the issue so that now only given host
+ reservation is deleted.
+ (Gitlab #3294)
+
2221. [bug] tmark
Corrected an index on the dhcp4_servers table
in the PostgreSQL schema.