]> git.ipfire.org Git - thirdparty/bind9.git/commit
Add test cases using static and static-stub zones
authorMark Andrews <marka@isc.org>
Mon, 28 Mar 2022 05:36:03 +0000 (16:36 +1100)
committerMark Andrews <marka@isc.org>
Wed, 4 May 2022 13:30:32 +0000 (23:30 +1000)
commit30cb70c82671e345810be546ffa902631b43d306
tree783b646090ddc5b6c4995791a0c930b7132ba29c
parentc9f9312f3fbbc8a91c2600abab2c789f244d3d6e
Add test cases using static and static-stub zones

RPZ NSIP and NSDNAME checks were failing with "unrecognized NS
rpz_rrset_find() failed: glue" when static or static-stub zones
where used to resolve the query name.

Add tests using stub and static-stub zones that are expected to
be filtered and not-filtered against NSIP and NSDNAME rules.

stub and static-stub queries are expected to be filtered

stub-nomatch and static-stub-nomatch queries are expected to be passed
bin/tests/system/rpz/ns10/hints [new file with mode: 0644]
bin/tests/system/rpz/ns10/named.conf.in [new file with mode: 0644]
bin/tests/system/rpz/ns10/stub.db [new file with mode: 0644]
bin/tests/system/rpz/ns2/named.conf.in
bin/tests/system/rpz/ns2/stub.db [new file with mode: 0644]
bin/tests/system/rpz/ns3/named.conf.in
bin/tests/system/rpz/setup.sh
bin/tests/system/rpz/tests.sh