summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorRazvan Becheriu <razvan@isc.org>2023-05-26 17:19:25 +0200
committerRazvan Becheriu <razvan@isc.org>2023-05-26 17:41:25 +0200
commit7fd93cb0c02c7eea3fb83ba7f2073aadda1b9c4b (patch)
treebd6b09eeb9e12e0efc444ecef9cba0ff40ea9201 /ChangeLog
parent[#145] addressed review comments (diff)
downloadkea-7fd93cb0c02c7eea3fb83ba7f2073aadda1b9c4b.tar.xz
kea-7fd93cb0c02c7eea3fb83ba7f2073aadda1b9c4b.zip
[#145] addressed review comments
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog26
1 files changed, 26 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index c6cae3ef00..5c14f849cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2143. [func] razvan
+ Added v4 statistic counters per pool:
+ subnet[id].pool[id].assigned-addresses
+ subnet[id].pool[id].cumulative-assigned-addresses
+ subnet[id].pool[id].declined-addresses
+ subnet[id].pool[id].reclaimed-declined-addresses
+ subnet[id].pool[id].reclaimed-leases
+ subnet[id].pool[id].total-addresses
+ Added v6 statistic counters per pool:
+ subnet[id].pool[id].assigned-nas
+ subnet[id].pd-pool[id].assigned-pds
+ subnet[id].pool[id].cumulative-assigned-nas
+ subnet[id].pd-pool[id].cumulative-assigned-pds
+ subnet[id].pool[id].declined-addresses
+ subnet[id].pool[id].reclaimed-declined-addresses
+ subnet[id].pool[id].reclaimed-leases
+ subnet[id].pd-pool[id].reclaimed-leases
+ subnet[id].pool[id].total-nas
+ subnet[id].pd-pool[id].total-pds
+ Counters are stored in the lease storage and after schema
+ upgrade all existing leases are considered to be part of pool
+ ID 0. On lease update, the counters will be updated accordingly
+ including pool IDs and statistics will converge to real values
+ over time.
+ (Gitlab #145)
+
2142. [func] piotrek
New command option was added to perfdhcp: --or.
It allows to insert extra option(s) to relayed DHCPv6 message