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:
Matthijs Mekking 2022-06-17 10:29:51 +02:00
parent 0ba0ef4e20
commit ea50826dca

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;