]> git.ipfire.org Git - thirdparty/bind9.git/commit
Extend the 'doth' system test to test extended allow-transfer option
authorArtem Boldariev <artem@boldariev.com>
Mon, 22 Nov 2021 13:31:15 +0000 (15:31 +0200)
committerArtem Boldariev <artem@boldariev.com>
Tue, 30 Nov 2021 10:20:22 +0000 (12:20 +0200)
commit3cd2ffc01f95aae4d8b90f834cbba2c0171c23e7
treee01fac4da280c8bbcb92df4539e6414fc1138d87
parent0ee6f66cbddb69b599be4b191ec8c5531e9e9e2f
Extend the 'doth' system test to test extended allow-transfer option

This commit extends the 'doth' system test to verify that the new
extended 'allow-transfer' option syntax featuring 'port' and
'transport' parameters is supported and works as expected. That is, it
restricts the primary server to allow zone transfers only via XoT.

Additionally to that, it extends the 'checkonf' test with more
configuration file examples featuring the new syntax.
bin/tests/system/checkconf/bad-dot-allow-transfer-bad-port.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-1.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-2.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-3.conf [new file with mode: 0644]
bin/tests/system/checkconf/bad-dot-allow-transfer-bad-proto-4.conf [new file with mode: 0644]
bin/tests/system/checkconf/good-dot-allow-transfer-encrypted.conf [new file with mode: 0644]
bin/tests/system/doth/ns1/named.conf.in
bin/tests/system/doth/tests.sh