]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#2419] Add changelog entry for reservation conflicts stat
authorDan Theisen <djt@isc.org>
Thu, 7 Jul 2022 21:00:01 +0000 (15:00 -0600)
committerDan Theisen <djt@isc.org>
Fri, 8 Jul 2022 19:26:44 +0000 (12:26 -0700)
ChangeLog

index a1a1f3587141a9904fbcdd92a6438f19589386c5..fc55646b84c78acbafa771a5e24b488681f73f38 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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