From: Matthijs Mekking Date: Fri, 17 Jun 2022 08:29:51 +0000 (+0200) Subject: Add comment on DNSSEC signing zone configuration X-Git-Tag: v9.19.3~35^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=c80531758cb2bfc5aa4cea14046f0daba4f87dd6;p=thirdparty%2Fbind9.git Add comment on DNSSEC signing zone configuration I was slightly confused here, so IMO it can use a comment. --- diff --git a/bin/named/zoneconf.c b/bin/named/zoneconf.c index 349face0bca..f3a721dacaf 100644 --- a/bin/named/zoneconf.c +++ b/bin/named/zoneconf.c @@ -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;