4331. [func] When loading managed signed zones detect if the

RRSIG's inception time is in the future and regenerate
                        the RRSIG immediately. [RT #41808]
This commit is contained in:
Mark Andrews
2016-03-10 17:01:08 +11:00
parent 33a4294f44
commit 7c52595464
9 changed files with 92 additions and 9 deletions

View File

@@ -292,6 +292,12 @@ zone "future.example" {
file "future.example.db.signed";
};
zone "managed-future.example" {
type master;
file "managed-future.example.db.signed";
allow-update { any; };
};
include "siginterval.conf";
include "trusted.conf";