From a23162ab28d6ceb5aeb24038af92e3429d8979af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Sat, 25 Aug 2018 21:48:17 +0200 Subject: [PATCH] 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. --- bin/tests/system/mirror/ns3/named.conf.in | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tests/system/mirror/ns3/named.conf.in b/bin/tests/system/mirror/ns3/named.conf.in index a54cdf4900..9eec0acf89 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" {