mirror of
https://github.com/isc-projects/bind9.git
synced 2026-05-28 04:34:54 -04:00
Set "use-alt-transfer-source no;" in the "mirror" system test
Force ns3 to use a constant source address (10.53.0.3) when sending transfer requests for the "initially-unavailable" zone to prevent failures of transfers not triggered by bin/tests/system/mirror/tests.sh from causing fallback to using a source address for which transfers of that zone are refused throughout the entire "mirror" system test since that might yield false positives.
This commit is contained in:
parent
8f37439ccf
commit
a23162ab28
1 changed files with 1 additions and 0 deletions
|
|
@ -48,6 +48,7 @@ zone "initially-unavailable" {
|
|||
masters { 10.53.0.2; };
|
||||
mirror yes;
|
||||
file "initially-unavailable.db.mirror";
|
||||
use-alt-transfer-source no;
|
||||
};
|
||||
|
||||
zone "verify-axfr" {
|
||||
|
|
|
|||
Loading…
Reference in a new issue