]> git.ipfire.org Git - thirdparty/bind9.git/commit
Test CHAOS view recursion behavior
authorEvan Hunt <each@isc.org>
Tue, 17 Mar 2026 20:45:11 +0000 (13:45 -0700)
committerMichał Kępień <michal@isc.org>
Thu, 7 May 2026 11:32:15 +0000 (13:32 +0200)
commitdd4af20dc8235b861b745abd651daa0d5e55e09d
tree53649725606f3dc4273c3b3223bdc9b5dc0ace64
parent787b9bc45097b59812b0128cf6172d70105d9d18
Test CHAOS view recursion behavior

Check that recursive and forward queries to views of type CHAOS
are REFUSED, but that authoritative queries are answered correctly.
bin/tests/system/checkconf/tests.sh
bin/tests/system/checkconf/warn-chaos-recursion.conf [new file with mode: 0644]
bin/tests/system/class/ns1/chaos.db.in [new file with mode: 0644]
bin/tests/system/class/ns1/named.conf.j2 [new file with mode: 0644]
bin/tests/system/class/ns2/example.db.in [new file with mode: 0644]
bin/tests/system/class/ns2/localhost.db.in [new file with mode: 0644]
bin/tests/system/class/ns2/named.conf.j2 [new file with mode: 0644]
bin/tests/system/class/ns3/named.conf.j2 [new file with mode: 0644]
bin/tests/system/class/setup.sh [new file with mode: 0644]
bin/tests/system/class/tests_class_chaos.py [new file with mode: 0644]
bin/tests/system/isctest/check.py