summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorAndrei Pavel <andrei@isc.org>2023-10-02 17:01:10 +0200
committerAndrei Pavel <andrei@isc.org>2023-10-05 16:40:02 +0200
commit86b3d32dec1f17a6977e72f4bf61ef1aec01d357 (patch)
tree48c39cac9f3d9b452461cc4b8d10d2fc9602dbed /ChangeLog
parent[#3068] add comment about code obsolescence (diff)
downloadkea-86b3d32dec1f17a6977e72f4bf61ef1aec01d357.tar.xz
kea-86b3d32dec1f17a6977e72f4bf61ef1aec01d357.zip
[#3068] add ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5482dc1ad9..0ed1a65cf4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,15 @@
+2183. [bug] andrei
+ Fixed a bug where one of the commands that retrieve statistic
+ values sent to the kea-ctrl-agent would get an overflow error in
+ the response if the inquired statistic was intended to have a big
+ integer data type, and if the integer value would not be
+ representable on 64 bits. Affected statistics are "total-nas" and
+ "total-pds", and the bug only manifests if the inquired pool (or
+ the inquired subnet's aggregated pool space) is larger than /64
+ or larger in case of prefix delegation. Prior to this fix, the
+ command would still get an accurate response over unix socket.
+ (Gitlab #3068)
+
Kea 2.5.2 (development) released on September 27, 2023
2182. [build] razvan