diff options
author | Andrei Pavel <andrei@isc.org> | 2023-04-28 14:18:30 +0200 |
---|---|---|
committer | Andrei Pavel <andrei@isc.org> | 2023-05-03 21:27:09 +0200 |
commit | 95b16c7cd7c01dccc2430ab0d7de5f0027e5005d (patch) | |
tree | 0ed78bc8a79e72fab745e574899d26564796342b /ChangeLog | |
parent | [#2797] document lease reuse statistics (diff) | |
download | kea-95b16c7cd7c01dccc2430ab0d7de5f0027e5005d.tar.xz kea-95b16c7cd7c01dccc2430ab0d7de5f0027e5005d.zip |
[#2797] add ChangeLog entry
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,3 +1,12 @@ +2129. [func] andrei + New statistics were added to keep track of leases that have their + CLTT increased in memory and their expiration time left unchanged + in persistent storage as part of the lease caching feature. The + statistics are: v4-lease-reuse, subnet[id].v4-lease-reuse, + v6-ia-na-lease-reuse, subnet[id].v6-ia-na-lease-reuse, + v6-ia-pd-lease-reuse, subnet[id].v6-ia-pd-lease-reuse. + (Gitlab #2797) + 2128. [bug]* razvan In addition to logging them, the server now sets the CalloutHandle status to DROP to indicate an error occurred when |