dnsrpz-enable log message appears to be broken
See the following log message:
#ifndef USE_DNSRPS
if (dnsrps_enabled) {
cfg_obj_log(rpz_obj, named_g_lctx, DNS_RPZ_ERROR_LEVEL,
"\"dnsrps-enable yes\" but"
" with `./configure --enable-dnsrps`");
return (ISC_R_FAILURE);
}
#else
Should it not say without? That log message is better thrown away and handled as a CFG_CLAUSEFLAG_NOTCONFIGURED
.
Edited by Ghost User