From: Evan Hunt Date: Fri, 9 Feb 2018 00:48:25 +0000 (-0800) Subject: [rt43670] more emphatic warning X-Git-Tag: v9.12.1rc1~12 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b032182b8a85e3fb761651d7e4925eea4f3dd7b5;p=thirdparty%2Fbind9.git [rt43670] more emphatic warning --- diff --git a/lib/bind9/check.c b/lib/bind9/check.c index fb34ad6b286..a95675c1577 100644 --- a/lib/bind9/check.c +++ b/lib/bind9/check.c @@ -3400,7 +3400,8 @@ check_viewconf(const cfg_obj_t *config, const cfg_obj_t *voptions, if ((tflags & ROOT_KSK_2010) != 0 && (tflags & ROOT_KSK_2017) == 0) { cfg_obj_log(keys, logctx, ISC_LOG_WARNING, "trusted-key for root from 2010 without updated " - "trusted-key from 2017"); + "trusted-key from 2017: THIS WILL FAIL AFTER " + "KEY ROLLOVER"); } if ((tflags & DLV_KSK_KEY) != 0) {