]> git.ipfire.org Git - thirdparty/bind9.git/commit
make named-checkconf able to check dns64 module parameters 15-dns64-module 968/head
authorEvan Hunt <each@isc.org>
Sat, 3 Nov 2018 23:04:58 +0000 (16:04 -0700)
committerEvan Hunt <each@isc.org>
Fri, 30 Aug 2019 22:27:56 +0000 (15:27 -0700)
commit7fbd9b760de544a5cff7a4c6e61ec26b055f5c9f
treee5572fe7d9354bb423ca92b42e4fc4dc05e869e1
parentc8f36b448ad27c7174620e27667af6717318d22b
make named-checkconf able to check dns64 module parameters

- restored the checkconf test cases from the dns64 system test
- implemented plugin_check() in the dns64 module
16 files changed:
bin/plugins/dns64.c
bin/tests/system/dns64/conf/bad1.conf [new file with mode: 0644]
bin/tests/system/dns64/conf/bad2.conf [new file with mode: 0644]
bin/tests/system/dns64/conf/bad3.conf [new file with mode: 0644]
bin/tests/system/dns64/conf/bad4.conf [new file with mode: 0644]
bin/tests/system/dns64/conf/bad5.conf [new file with mode: 0644]
bin/tests/system/dns64/conf/bad6.conf [new file with mode: 0644]
bin/tests/system/dns64/conf/bad7.conf [new file with mode: 0644]
bin/tests/system/dns64/conf/bad8.conf [new file with mode: 0644]
bin/tests/system/dns64/conf/bad9.conf [new file with mode: 0644]
bin/tests/system/dns64/conf/good1.conf [new file with mode: 0644]
bin/tests/system/dns64/conf/good2.conf [new file with mode: 0644]
bin/tests/system/dns64/conf/good3.conf [new file with mode: 0644]
bin/tests/system/dns64/conf/good4.conf [new file with mode: 0644]
bin/tests/system/dns64/conf/good5.conf [new file with mode: 0644]
bin/tests/system/dns64/tests.sh