]> git.ipfire.org Git - thirdparty/bind9.git/commit
Count DNS_R_COVERINGNSEC as a cache {query}hit
authorMark Andrews <marka@isc.org>
Fri, 15 Oct 2021 03:47:07 +0000 (14:47 +1100)
committerPetr Špaček <pspacek@isc.org>
Thu, 2 Dec 2021 13:18:40 +0000 (14:18 +0100)
commit89542b8a150769ee83f6d44a6cd4e77ef00babb2
tree8e0f6f0ef69f0659eb17991431e3457e32c8b253
parente5ce159b5b526eaf26b0a1ec486d8816874689f6
Count DNS_R_COVERINGNSEC as a cache {query}hit

Note when synthesising answer involving wildcards we look in the
cache multiple times, once for the QNAME and once for the wildcard
name which is constucted by looking at the names from the covering
NSEC return by the QNAME miss.
lib/dns/cache.c
lib/dns/rbtdb.c