]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix:usr: Dump the active resolver fetches from dns_resolver_dumpfetches()
authorOndřej Surý <ondrej@isc.org>
Fri, 21 Feb 2025 21:26:18 +0000 (21:26 +0000)
committerOndřej Surý <ondrej@isc.org>
Fri, 21 Feb 2025 21:26:18 +0000 (21:26 +0000)
Previously, active resolver fetches were only dumped when the `fetches-per-zone` configuration option was enabled. Now, active resolver fetches are dumped along with the number of `clients-per-server` counters per resolver fetch.

Merge branch 'ondrej/make-dns_resolver_dumpfetches-dump-fetches' into 'main'

See merge request isc-projects/bind9!10107


Trivial merge