]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[rt43670] more emphatic warning
authorEvan Hunt <each@isc.org>
Fri, 9 Feb 2018 00:48:25 +0000 (16:48 -0800)
committerMark Andrews <marka@isc.org>
Fri, 9 Feb 2018 01:28:49 +0000 (12:28 +1100)
lib/bind9/check.c

index b91c418a31853dfc873da4f51f6ab9449f5086cb..ef40bca6b337b869a57e1f31415d3ba57b1c6eef 100644 (file)
@@ -3407,7 +3407,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) {