From 074e2ab876b5cc8d9c99bf66c83ba9e67fabcbb3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20K=C4=99pie=C5=84?= Date: Wed, 8 Nov 2017 09:21:16 +0100 Subject: [PATCH] [v9_10] 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. (cherry picked from commit 27bf48327cd7d36c67e14d226a70639af50a4054) --- bin/tests/system/notify/ns5/named.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/tests/system/notify/ns5/named.conf b/bin/tests/system/notify/ns5/named.conf index 1428c89ab2..50df262fb4 100644 --- a/bin/tests/system/notify/ns5/named.conf +++ b/bin/tests/system/notify/ns5/named.conf @@ -62,6 +62,7 @@ view "b" { type slave; masters { 10.53.0.5 key "a"; }; file "x21.bk-b"; + notify no; }; }; @@ -71,5 +72,6 @@ view "c" { type slave; masters { 10.53.0.5 key "a"; }; file "x21.bk-c"; + notify no; }; };