From: Michał Kępień Date: Wed, 8 Nov 2017 08:21:16 +0000 (+0100) Subject: [master] Do not NOTIFY back the master view from slave views in notify system test X-Git-Tag: v9.12.0rc1~98 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=27bf48327cd7d36c67e14d226a70639af50a4054;p=thirdparty%2Fbind9.git [master] Do not NOTIFY back the master view from slave views in notify system test This prevents a Linux kernel bug discussed in RT #32355 from being triggered and thus makes "checking notify to multiple views using tsig" stable. --- diff --git a/bin/tests/system/notify/ns5/named.conf b/bin/tests/system/notify/ns5/named.conf index b2bdeca1894..096f1992823 100644 --- a/bin/tests/system/notify/ns5/named.conf +++ b/bin/tests/system/notify/ns5/named.conf @@ -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; }; };