Add comment on DNSSEC signing zone configuration

I was slightly confused here, so IMO it can use a comment.
This commit is contained in:
Matthijs Mekking
2022-06-17 10:29:51 +02:00
parent 8860f6b4ff
commit c80531758c

View File

@@ -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;