]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Log dropped or slipped responses in the query-errors category
authorArаm Sаrgsyаn <aram@isc.org>
Thu, 10 Jul 2025 08:56:09 +0000 (08:56 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Thu, 10 Jul 2025 08:56:09 +0000 (08:56 +0000)
commit338bd67a10d766205b98d7dddcfc2f75ffb581fe
tree41ed5444d33ec42106a48198ad2262cd3051589c
parent1d71e3b507406da80eb1a6fe108dd23085266061
parent27e7961479ccf365147abe47db848952ddbc8809
fix: usr: Log dropped or slipped responses in the query-errors category

Responses which were dropped or slipped because of RRL (Response Rate
Limiting) were logged in the ``rate-limit`` category instead of the
``query-errors`` category, as documented in ARM. This has been fixed.

Closes #5388

Merge branch '5388-rrl-log-category-fix' into 'main'

See merge request isc-projects/bind9!10676