From: Mark Andrews Date: Wed, 7 Aug 2013 05:48:55 +0000 (+1000) Subject: 3625. [bug] Don't send notify messages to machines outside of the X-Git-Tag: v9.10.0a1~181 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f45f6541857a5dbb93ac24f321b9cf350ce242ba;p=thirdparty%2Fbind9.git 3625. [bug] Don't send notify messages to machines outside of the test setup. --- diff --git a/CHANGES b/CHANGES index 2b0f47fde03..a4352161cf6 100644 --- a/CHANGES +++ b/CHANGES @@ -1,3 +1,6 @@ +3625. [bug] Don't send notify messages to machines outside of the + test setup. + 3624. [bug] Look for 'json_object_new_int64' when looking for a the json library. [RT #34449] diff --git a/bin/tests/system/rrsetorder/ns1/named.conf b/bin/tests/system/rrsetorder/ns1/named.conf index f228a07b2da..fe8bb641914 100644 --- a/bin/tests/system/rrsetorder/ns1/named.conf +++ b/bin/tests/system/rrsetorder/ns1/named.conf @@ -27,7 +27,7 @@ options { listen-on { 10.53.0.1; }; listen-on-v6 { none; }; recursion no; - notify yes; + notify no; rrset-order { name "fixed.example" order fixed; name "random.example" order random; @@ -40,4 +40,6 @@ options { zone "." { type master; file "root.db"; + notify explicit; + also-notify { 10.53.0.2; }; };