]> git.ipfire.org Git - thirdparty/bind9.git/commit
Send upstream TAT queries for locally served zones
authorMichał Kępień <michal@isc.org>
Wed, 11 Jul 2018 06:27:10 +0000 (08:27 +0200)
committerMichał Kępień <michal@isc.org>
Wed, 11 Jul 2018 06:27:10 +0000 (08:27 +0200)
commita7657dc15076c93c1366776301063bb23b690f82
treede5eb469ef332acf1380e77c64c88053bb5c225a
parent127810e51232458ddb1f6abcc8708b27d37e988f
Send upstream TAT queries for locally served zones

Trying to resolve a trust anchor telemetry query for a locally served
zone does not cause upstream queries to be sent as the response is
determined just by consulting local data.  Work around this issue by
calling dns_view_findzonecut() first in order to determine the NS RRset
for a given domain name and then passing the zone cut found to
dns_resolver_createfetch().

Note that this change only applies to TAT queries generated by the
resolver itself, not to ones received from downstream resolvers.
bin/named/server.c
bin/tests/system/mirror/ns3/named.args [new file with mode: 0644]
bin/tests/system/mirror/ns3/named.conf.in
bin/tests/system/mirror/tests.sh
util/copyrights