2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-31 14:35:26 +00:00

2001. [func] Check the KSK flag when updating a secure dynamic zone.

New zone option "update-check-ksk yes;".  [RT #15817]
This commit is contained in:
Mark Andrews
2006-03-06 01:27:52 +00:00
parent ac124a78a0
commit 59d84d1b07
11 changed files with 121 additions and 20 deletions

View File

@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: check.c,v 1.71 2006/03/03 00:43:35 marka Exp $ */
/* $Id: check.c,v 1.72 2006/03/06 01:27:52 marka Exp $ */
/*! \file */
@@ -933,6 +933,7 @@ check_zoneconf(const cfg_obj_t *zconfig, const cfg_obj_t *voptions,
{ "check-mx-cname", MASTERZONE },
{ "check-srv-cname", MASTERZONE },
{ "masterfile-format", MASTERZONE | SLAVEZONE | STUBZONE | HINTZONE },
{ "update-check-ksk", MASTERZONE },
};
static optionstable dialups[] = {