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:
Michał Kępień 2018-08-25 21:48:17 +02:00
parent 8f37439ccf
commit a23162ab28

View file

@ -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" {