--- /dev/null
+[func] fdupont
+ Added "pkt4-limit-exceeded" and "pkt6-limit-exceeded"
+ statistics which are increased when an incoming packet
+ was dropped by the limits hook library.
+ (Gitlab #4134)
| | | exception was thrown during |
| | | processing. |
+----------------------------------------------------+----------------+------------------------------------+
+ | pkt4-limit-exceeded | integer | Number of incoming packets that |
+ | | | were dropped by the ``limits`` |
+ | | | hook library. |
+ +----------------------------------------------------+----------------+------------------------------------+
| pkt4-receive-drop | integer | Number of incoming packets that |
| | | were dropped. The exact reason for |
| | | dropping packets is logged, but |
- ``pkt4-service-disabled`` - DHCP service is disabled
- ``pkt4-parse-failed`` - packet parsing raised a fatal error
+- ``pkt4-limit-exceeded`` - dropped by the limits (:ref:``hooks-limits``) hook library
- ``pkt4-queue-full`` - parked packet in a queue which became full
| | | exception was thrown during |
| | | processing. |
+---------------------------------------------------+----------------+------------------------------------+
+ | pkt6-limit-exceeded | integer | Number of incoming packets that |
+ | | | were dropped by the ``limits`` |
+ | | | hook library. |
+ +---------------------------------------------------+----------------+------------------------------------+
| pkt6-solicit-received | integer | Number of SOLICIT packets |
| | | received. This statistic is |
| | | expected to grow; its increase |
- ``pkt6-service-disabled`` - DHCP service is disabled
- ``pkt6-parse-failed`` - packet parsing raised a fatal error
+- ``pkt6-limit-exceeded`` - dropped by the limits (:ref:``hooks-limits``) hook library
- ``pkt6-queue-full`` - parked packet in a queue which became full