]> git.ipfire.org Git - thirdparty/bind9.git/commit
if GLUEOK is set, and glue is found in a zone DB, don't check the cache
authorEvan Hunt <each@isc.org>
Mon, 14 Aug 2023 21:28:53 +0000 (14:28 -0700)
committerEvan Hunt <each@isc.org>
Wed, 1 Nov 2023 15:49:08 +0000 (16:49 +0100)
commit461b9a0442293b1ebf87269e36ae64e845683867
treead8e902c175d9aec99de991bf25b30119be4b55f
parent9227b82e71d0a945329f46994e57f02d7dc69e1b
if GLUEOK is set, and glue is found in a zone DB, don't check the cache

EXPERIMENT: when DNS_DB_GLUEOK is set, dns_view_find() will now return
glue if it is found it a local zone database, without checking to see
if a better answer has been cached previously.
lib/dns/include/dns/view.h
lib/dns/view.c