mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-28 20:41:18 -05:00
Add comment on DNSSEC signing zone configuration
I was slightly confused here, so IMO it can use a comment.
(cherry picked from commit c80531758c)
This commit is contained in:
parent
0ba0ef4e20
commit
ea50826dca
1 changed files with 4 additions and 0 deletions
|
|
@ -1554,6 +1554,10 @@ named_zone_configure(const cfg_obj_t *config, const cfg_obj_t *vconfig,
|
|||
RETERR(configure_zone_ssutable(zoptions, mayberaw, zname));
|
||||
}
|
||||
|
||||
/*
|
||||
* Configure DNSSEC signing. These apply to primary zones or zones that
|
||||
* use inline-signing (raw != NULL).
|
||||
*/
|
||||
if (ztype == dns_zone_primary || raw != NULL) {
|
||||
const cfg_obj_t *validity, *resign;
|
||||
bool allow = false, maint = false;
|
||||
|
|
|
|||
Loading…
Reference in a new issue