From: Michał Kępień Date: Sat, 25 Aug 2018 19:48:17 +0000 (+0200) Subject: Set "use-alt-transfer-source no;" in the "mirror" system test X-Git-Tag: v9.13.3~37^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a23162ab28d6ceb5aeb24038af92e3429d8979af;p=thirdparty%2Fbind9.git 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. --- diff --git a/bin/tests/system/mirror/ns3/named.conf.in b/bin/tests/system/mirror/ns3/named.conf.in index a54cdf49005..9eec0acf893 100644 --- a/bin/tests/system/mirror/ns3/named.conf.in +++ b/bin/tests/system/mirror/ns3/named.conf.in @@ -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" {