]> git.ipfire.org Git - thirdparty/bind9.git/commit
Check dns64 + server-stale short timeout
authorMark Andrews <marka@isc.org>
Thu, 12 Oct 2023 04:25:57 +0000 (15:25 +1100)
committerMichał Kępień <michal@isc.org>
Thu, 28 Mar 2024 14:28:55 +0000 (15:28 +0100)
commit2eee1e176182657d6a8e147386b2fd187af823a8
tree89ffe670fd6c0e39f127f0d76b72f70aba8e20f4
parentfccc618514c48b39c748fceae37004dd27cd1c41
Check dns64 + server-stale short timeout

Check that named correctly returns a synthesized DNS64 answer when the
server stale timer triggers for the A lookup.  Use a small value for
stale-answer-client-timeout (2ms) and delay the A response by 1 second.
bin/tests/system/serve-stale/ans2/ans.pl
bin/tests/system/serve-stale/ns3/named9.conf.in [new file with mode: 0644]
bin/tests/system/serve-stale/tests.sh