]> git.ipfire.org Git - thirdparty/bind9.git/commit
Added test for rpz-passthru logging channel
authorDiego Fronza <diego@isc.org>
Wed, 29 Apr 2020 18:55:38 +0000 (15:55 -0300)
committerDiego Fronza <diego@isc.org>
Thu, 7 May 2020 14:44:52 +0000 (11:44 -0300)
commit6dffdc53729132b32c35e845d2d3ff87b601ebd8
treec4702fec39157439893d833cb2427cdf9b4bb984
parentf2bf7beeb6fbbfa5bcfce1e99b8f8771340ef608
Added test for rpz-passthru logging channel

This test ensures that all rpz-passthru activity will be redirected
to a dedicated log file following ns1/named.conf configuration.
13 files changed:
bin/tests/system/Makefile.am
bin/tests/system/rpzextra/clean.sh [new file with mode: 0644]
bin/tests/system/rpzextra/conftest.py [new file with mode: 0644]
bin/tests/system/rpzextra/ns1/named.args [new file with mode: 0644]
bin/tests/system/rpzextra/ns1/named.conf.in [new file with mode: 0644]
bin/tests/system/rpzextra/ns1/root.db [new file with mode: 0644]
bin/tests/system/rpzextra/ns1/rpz.local.db [new file with mode: 0644]
bin/tests/system/rpzextra/ns2/allowed.db [new file with mode: 0644]
bin/tests/system/rpzextra/ns2/baddomain.db [new file with mode: 0644]
bin/tests/system/rpzextra/ns2/named.conf.in [new file with mode: 0644]
bin/tests/system/rpzextra/setup.sh [new file with mode: 0644]
bin/tests/system/rpzextra/tests-rpz-passthru-logging.py [new file with mode: 0755]
configure.ac