]> git.ipfire.org Git - thirdparty/bind9.git/commit
Make digdelv test work in different network envs
authorTom Krizek <tkrizek@isc.org>
Wed, 5 Oct 2022 13:59:13 +0000 (15:59 +0200)
committerTom Krizek <tkrizek@isc.org>
Wed, 19 Oct 2022 10:59:25 +0000 (12:59 +0200)
commit1e7d832342aa2aaaeb8ef1710ec095dfcade4c6d
tree48b452f50735cb76cc13e6270865090266f0e571
parent3d968b4a4ceaeff213a5536d2c3c64445776118f
Make digdelv test work in different network envs

When a target server is unreachable, the varying network conditions may
cause different ICMP message (or no message). The host unreachable
message was discovered when attempting to run the test locally while
connected to a VPN network which handles all traffic.

Extend the dig output check with "host unreachable" message to avoid a
false negative test result in certain network environments.
bin/tests/system/digdelv/tests.sh