[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.
This commit is contained in:
Michał Kępień 2017-11-08 09:21:16 +01:00
parent c652213857
commit 27bf48327c

View 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;
};
};