2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 21:45:37 +00:00

[#2419] Add changelog entry for reservation conflicts stat

This commit is contained in:
Dan Theisen
2022-07-07 15:00:01 -06:00
parent 0763c5a8c2
commit 200a70e804

View File

@@ -1,10 +1,9 @@
2038. [func] djt
Add additional stats counters for host reservation
conflicts to global and subnet stats scope. The new
global stat is called v4-reservation-conflicts and
the subnet specific stat can be found at
subnet[id].reservation-conflicts
(Gitlab #2419)
2038. [func] djt
Add additional stats counters for host reservation
conflicts to global and subnet scope stats. The new global
stat is called v4-reservation-conflicts and the subnet
specific stat is called subnet[id].reservation-conflicts.
(Gitlab #2419)
2037. [bug] razvan, marcin
Fixed a crash in HA+MT scenario caused by a race condition