3020. [bug] auto-dnssec failed to correctly update the zone when changing the DNSKEY RRset. [RT #23232]

This commit is contained in:
Mark Andrews
2011-02-15 22:02:36 +00:00
parent 134deb3eda
commit b1b42b03b7
10 changed files with 211 additions and 33 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: named.conf,v 1.41 2011/02/14 23:53:44 marka Exp $ */
/* $Id: named.conf,v 1.42 2011/02/15 22:02:36 marka Exp $ */
// NS3
@@ -178,4 +178,18 @@ zone "update-nsec3.example" {
file "update-nsec3.example.db.signed";
};
zone "auto-nsec.example" {
type master;
auto-dnssec maintain;
allow-update { !0.0.0.0; };
file "auto-nsec.example.db.signed";
};
zone "auto-nsec3.example" {
type master;
auto-dnssec maintain;
allow-update { !0.0.0.0; };
file "auto-nsec3.example.db.signed";
};
include "trusted.conf";