]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add more information to the rndc recursing output about fetches
authorOndřej Surý <ondrej@isc.org>
Fri, 28 Nov 2025 14:13:58 +0000 (15:13 +0100)
committerOndřej Surý <ondrej@isc.org>
Wed, 17 Dec 2025 10:59:11 +0000 (11:59 +0100)
commit038b3cd468a6aa4d5feb38826eee256ba223fa72
treecadf0b3816630ad895315527b45723812919fd3f
parent83660f0ebbf66a4d80920ecc974e6e518aa594bf
Add more information to the rndc recursing output about fetches

It is possible to have a fetch that is active, but it has been cloned,
so it won't be used when found in the hash table.   The fetch options
also prevent matching in the hash table, so add a hexadecimal dump of
the fctx->options to the output.

(cherry picked from commit 23ae5544beb28b42611168d96bfc5ab9c9ef283e)
lib/dns/resolver.c