3961. [bug] Forwarding of SIG(0) signed UPDATE messages failed with

BADSIG.  [RT #37216]
This commit is contained in:
Mark Andrews
2014-10-01 07:24:16 +10:00
parent 7e2d191c0a
commit a6869655d6
11 changed files with 132 additions and 31 deletions

View File

@@ -39,6 +39,13 @@ zone "example" {
masters { 10.53.0.1; };
};
zone "example2" {
type slave;
file "example2.bk";
allow-update-forwarding { any; };
masters { 10.53.0.1; };
};
zone "nomaster" {
type slave;
file "nomaster1.db";