From 997e8fa626c654e86f64e17e9322fb805feff085 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Fri, 17 Oct 2025 00:39:24 +0200 Subject: [PATCH] [#3140] Post #4133 merge fixes --- .../3140-add-statistics-counters-for-dropped-packets | 7 ++++++- changelog_unreleased/4133-add-drop-stats-process-failed | 6 ------ 2 files changed, 6 insertions(+), 7 deletions(-) delete mode 100644 changelog_unreleased/4133-add-drop-stats-process-failed diff --git a/changelog_unreleased/3140-add-statistics-counters-for-dropped-packets b/changelog_unreleased/3140-add-statistics-counters-for-dropped-packets index 0e624df920..3547e9fd1a 100644 --- a/changelog_unreleased/3140-add-statistics-counters-for-dropped-packets +++ b/changelog_unreleased/3140-add-statistics-counters-for-dropped-packets @@ -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 index d6244d044f..0000000000 --- a/changelog_unreleased/4133-add-drop-stats-process-failed +++ /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) -- 2.47.3