]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitf8802cbfa09420c2175cda559c235f7647034540
treee86de71ae4ef44870d9c718bbdad2abcbd8212a6
parentae73ac81a3ae0a31db508679eae5861f9417ecf2
parent0680eb6f64c13bcf8239b263b12f651d47bb91f8
fix: test: Fix 'ans' servers so they respond with consistent answers to NS queries at QNAME.

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