From: Francis Dupont Date: Thu, 16 Oct 2025 22:39:24 +0000 (+0200) Subject: [#3140] Post #4133 merge fixes X-Git-Tag: Kea-3.1.4~70 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=997e8fa626c654e86f64e17e9322fb805feff085;p=thirdparty%2Fkea.git [#3140] Post #4133 merge fixes --- 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)