From 7fa1c9722b198eac0cf97b6a44fe6aa69ad6609b Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 22 May 2000 16:34:06 +0000 Subject: [PATCH] set a query source so that notify packets get sent with the correct source address and are accepted by the slave as coming from a master --- bin/tests/system/xfer/ns2/named.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/tests/system/xfer/ns2/named.conf b/bin/tests/system/xfer/ns2/named.conf index c70979a719..b50587bd67 100644 --- a/bin/tests/system/xfer/ns2/named.conf +++ b/bin/tests/system/xfer/ns2/named.conf @@ -1,6 +1,7 @@ options { pid-file "named.pid"; listen-on { 10.53.0.2; }; + query-source address 10.53.0.2 port 1995; recursion no; notify yes; };