4405. [bug] Change 4342 introduced a regression where you could

not remove a delegation in a NSEC3 signed zone using
                        OPTOUT via nsupdate. [RT #42702]

(cherry picked from commit d811a7d9ef)
This commit is contained in:
Mark Andrews
2016-07-06 10:13:15 +10:00
parent 4695e981ba
commit 8d9a134fe7
8 changed files with 87 additions and 18 deletions

View File

@@ -59,3 +59,9 @@ zone "many.test" {
allow-update-forwarding { any; };
file "many.test.bk";
};
zone "delegation.test" {
type master;
allow-update { any; };
file "delegation.test.db.signed";
};