]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3140] Post #4126 merge fixes
authorFrancis Dupont <fdupont@isc.org>
Thu, 16 Oct 2025 22:15:29 +0000 (00:15 +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/4126-add-drop-stats-not-for-us [deleted file]

index 0c0605d74a344186320f56232f490a8faec4271d..0e624df920aea4e7373e3454b83ef2ec59136808 100644 (file)
@@ -11,4 +11,8 @@
        statistics which are increased when an incoming packet
        was dropped because the server was configured to do so,
        e.g. by classifying the query into the DROP class.
-       (Gitlab #3140, #4157, #4146, #4127)
+
+       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)
diff --git a/changelog_unreleased/4126-add-drop-stats-not-for-us b/changelog_unreleased/4126-add-drop-stats-not-for-us
deleted file mode 100644 (file)
index d1f0056..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[func]         fdupont
-       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 #4126)