]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#3140] Post #4156 merge fixes
authorFrancis Dupont <fdupont@isc.org>
Thu, 16 Oct 2025 21:49:37 +0000 (23:49 +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/4156-add-drop-stats-rfc-violation [deleted file]

index 4dcec5767868d0020bbe006a73bdc3eb2dccc6ee..5ca77f795d49347baf2145b325a127a6c958b4d7 100644 (file)
@@ -2,4 +2,8 @@
        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)
+
+       Added "pkt4-rfc-violation" and "pkt6-rfc-violation"
+       statistics which are increased when an incoming packet
+       has to be dropped according to protocol specifications.
+       (Gitlab #3140, #4157, #4146)
diff --git a/changelog_unreleased/4156-add-drop-stats-rfc-violation b/changelog_unreleased/4156-add-drop-stats-rfc-violation
deleted file mode 100644 (file)
index cd190b1..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-[func]         fdupont
-       Added "pkt4-rfc-violation" and "pkt6-rfc-violation"
-       statistics which are increased when an incoming packet
-       has to be dropped according to protocol specifications.
-       (Gitlab #4156)