From: Francis Dupont Date: Thu, 16 Oct 2025 21:37:56 +0000 (+0200) Subject: [#3140] Post #4157 merge fixes X-Git-Tag: Kea-3.1.4~83 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97abb8663d5b4aeeed5d52d9ffad55bba4e8677d;p=thirdparty%2Fkea.git [#3140] Post #4157 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 91d77008a1..4dcec57678 100644 --- a/changelog_unreleased/3140-add-statistics-counters-for-dropped-packets +++ b/changelog_unreleased/3140-add-statistics-counters-for-dropped-packets @@ -1,3 +1,5 @@ [func] fdupont - [description] - (Gitlab #3140) + 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) diff --git a/changelog_unreleased/4157-add-drop-stats-queue-full b/changelog_unreleased/4157-add-drop-stats-queue-full deleted file mode 100644 index b371dce2d1..0000000000 --- a/changelog_unreleased/4157-add-drop-stats-queue-full +++ /dev/null @@ -1,5 +0,0 @@ -[func] fdupont - 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 #4157) diff --git a/doc/sphinx/arm/dhcp4-srv.rst b/doc/sphinx/arm/dhcp4-srv.rst index 8fe7680cd1..d0646785dc 100644 --- a/doc/sphinx/arm/dhcp4-srv.rst +++ b/doc/sphinx/arm/dhcp4-srv.rst @@ -7812,7 +7812,7 @@ a second counter detailing the drop cause: - ``pkt4-parse-failed`` - packet parsing raised a fatal error -- ``pkt6-queue-full`` - parked packet in a queue which became full +- ``pkt4-queue-full`` - parked packet in a queue which became full .. note::