]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: test: Fix 'ans' servers so they respond with consistent answers to NS queries... 218080
authorMark Andrews <marka@isc.org>
Tue, 4 Feb 2025 02:35:33 +0000 (02:35 +0000)
committerMark Andrews <marka@isc.org>
Tue, 4 Feb 2025 02:35:33 +0000 (02:35 +0000)
The ANS servers were not to written to handle NS queries at the QNAME, resulting in gratuitous protocol errors that will break tests when NS requests are made for the QNAME: i.e., NXDOMAIN for NS vs data for expected type,  CNAME not being returned for all query types.

Prerequisite for !9155

Closes #5062

Merge branch '5062-fix-ans-servers-ns-at-qname' into 'main'

See merge request isc-projects/bind9!9786


Trivial merge