]> git.ipfire.org Git - thirdparty/bind9.git/commit
Select the appropriate namespace when using a dual stack server
authorMark Andrews <marka@isc.org>
Mon, 17 Oct 2022 23:02:08 +0000 (10:02 +1100)
committerMark Andrews <marka@isc.org>
Thu, 17 Nov 2022 01:23:45 +0000 (12:23 +1100)
commitdfbffd77f9fac6397f5223e0fc3b3de28de68b5f
tree118250d8cbec477d6d492a303647096a6d2e65d1
parent3921181e0d835e34a9a90de5f65c7f1421199111
Select the appropriate namespace when using a dual stack server

When using dual-stack-servers the covering namespace to check whether
answers are in scope or not should be fctx->domain.  To do this we need
to be able to distingish forwarding due to forwarders clauses and
dual-stack-servers.  A new flag FCTX_ADDRINFO_DUALSTACK has been added
to signal this.
lib/dns/resolver.c