From: Francis Dupont Date: Thu, 16 Oct 2025 22:15:29 +0000 (+0200) Subject: [#3140] Post #4126 merge fixes X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6571108a1cc439a62d54db82a7fbe8d9c009338c;p=thirdparty%2Fkea.git [#3140] Post #4126 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 0c0605d74a..0e624df920 100644 --- a/changelog_unreleased/3140-add-statistics-counters-for-dropped-packets +++ b/changelog_unreleased/3140-add-statistics-counters-for-dropped-packets @@ -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 index d1f005648a..0000000000 --- a/changelog_unreleased/4126-add-drop-stats-not-for-us +++ /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)