mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-09 10:32:13 -04:00
[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:
parent
c652213857
commit
27bf48327c
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue