]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[master] Do not NOTIFY back the master view from slave views in notify system test
authorMichał Kępień <michal@isc.org>
Wed, 8 Nov 2017 08:21:16 +0000 (09:21 +0100)
committerMichał Kępień <michal@isc.org>
Wed, 8 Nov 2017 08:21:16 +0000 (09:21 +0100)
This prevents a Linux kernel bug discussed in RT #32355 from being
triggered and thus makes "checking notify to multiple views using tsig"
stable.

bin/tests/system/notify/ns5/named.conf

index b2bdeca189446fbe3e3df6118e2973516b4bb272..096f19928235bf129125654140bb0da8d40c792d 100644 (file)
@@ -53,6 +53,7 @@ view "b" {
                type slave;
                masters { 10.53.0.5 key "a"; };
                file "x21.bk-b";
+               notify no;
        };
 };
 
@@ -62,5 +63,6 @@ view "c" {
                type slave;
                masters { 10.53.0.5 key "a"; };
                file "x21.bk-c";
+               notify no;
        };
 };