]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3140] Post #4133 merge fixes
authorFrancis Dupont <fdupont@isc.org>
Thu, 16 Oct 2025 22:39:24 +0000 (00:39 +0200)
committerFrancis Dupont <fdupont@isc.org>
Wed, 5 Nov 2025 21:46:18 +0000 (22:46 +0100)
changelog_unreleased/3140-add-statistics-counters-for-dropped-packets
changelog_unreleased/4133-add-drop-stats-process-failed [deleted file]

index 0e624df920aea4e7373e3454b83ef2ec59136808..3547e9fd1ae6af2a2992e70286e0f2a187be0769 100644 (file)
@@ -15,4 +15,9 @@
        Added "pkt4-not-for-us" and "pkt6-not-for-us"
        statistics which are increased when an incoming packet
        was dropped bease it has to be handled by another server.
-       (Gitlab #3140, #4157, #4146, #4127, #4126)
+
+       Added "pkt4-processing-failed" and "pkt6-processing-failed"
+       statistics which are increased when an incoming packet
+       was dropped because an unexpected exception was thrown
+       during processing.
+       (Gitlab #3140, #4157, #4146, #4127, #4126, #4133)
diff --git a/changelog_unreleased/4133-add-drop-stats-process-failed b/changelog_unreleased/4133-add-drop-stats-process-failed
deleted file mode 100644 (file)
index d6244d0..0000000
+++ /dev/null
@@ -1,6 +0,0 @@
-[func]         fdupont
-       Added "pkt4-processing-failed" and "pkt6-processing-failed"
-       statistics which are increased when an incoming packet
-       was dropped because an unexpected exception was thrown
-       during processing.
-       (Gitlab #4133)