]> git.ipfire.org Git - thirdparty/bind9.git/commit
add a test for allow-recursion/allow-query-cache inheritance
authorEvan Hunt <each@isc.org>
Thu, 20 Nov 2025 00:35:31 +0000 (16:35 -0800)
committerEvan Hunt <each@isc.org>
Thu, 20 Nov 2025 19:24:11 +0000 (11:24 -0800)
commitf9340fc152e75a592e645acfa7aa79b75d331fab
tree90fac5f0da9cc22c8dcf4aba197bca44fca7727c
parentfec55d786afba8bf90b1c1a6892230faaad8886f
add a test for allow-recursion/allow-query-cache inheritance

allow-recursion is set to "none" in the options block and to
"any" in the view.  allow-query-cache in the view should inherit
the "any", not the "none". (currently this test does not pass.)
bin/tests/system/allow-query/ns3/named5.conf.in [new file with mode: 0644]
bin/tests/system/allow-query/ns3/named6.conf.in [new file with mode: 0644]
bin/tests/system/allow-query/ns3/named7.conf.in [new file with mode: 0644]
bin/tests/system/allow-query/ns3/named8.conf.in [new file with mode: 0644]
bin/tests/system/allow-query/tests.sh