]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3140] Post #4157 merge fixes
authorFrancis Dupont <fdupont@isc.org>
Thu, 16 Oct 2025 21:37:56 +0000 (23:37 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 5 Nov 2025 21:46:17 +0000 (22:46 +0100)
changelog_unreleased/3140-add-statistics-counters-for-dropped-packets
changelog_unreleased/4157-add-drop-stats-queue-full [deleted file]
doc/sphinx/arm/dhcp4-srv.rst

index 91d77008a1b84bd63889e737cc650fc447f5a417..4dcec5767868d0020bbe006a73bdc3eb2dccc6ee 100644 (file)
@@ -1,3 +1,5 @@
 [func]         fdupont
-       [description]
-       (Gitlab #3140)
+       Added "pkt4-queue-full" and "pkt6-queue-full"
+       statistics which are increased when an incoming packet
+       was dropped because it was queued and the queue is full.
+       (Gitlab #3140, #4157)
diff --git a/changelog_unreleased/4157-add-drop-stats-queue-full b/changelog_unreleased/4157-add-drop-stats-queue-full
deleted file mode 100644 (file)
index b371dce..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[func]         fdupont
-       Added "pkt4-queue-full" and "pkt6-queue-full"
-       statistics which are increased when an incoming packet
-       was dropped because it was queued and the queue is full.
-       (Gitlab #4157)
index 8fe7680cd1cff08dc481cce18d74a4cf4d261d91..d0646785dce5212233777e6ed28610b3b0de9f84 100644 (file)
@@ -7812,7 +7812,7 @@ a second counter detailing the drop cause:
 
 - ``pkt4-parse-failed`` - packet parsing raised a fatal error
 
-- ``pkt6-queue-full`` - parked packet in a queue which became full
+- ``pkt4-queue-full`` - parked packet in a queue which became full
 
 .. note::