]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
Revert "dnssec: warn when rrsig-refresh configured explicitly"
authorLibor Peltan <libor.peltan@nic.cz>
Mon, 4 Apr 2022 14:53:00 +0000 (16:53 +0200)
committerDaniel Salzman <daniel.salzman@nic.cz>
Tue, 5 Apr 2022 14:03:34 +0000 (16:03 +0200)
This reverts commit 02faa275027339c1f48a4036cc46f35141fb84e4.

src/knot/conf/tools.c

index 05846115b5c94673b3f40a648d3fc50e93fbfa88..4390ffaf9f40cccf636fc3e00b91b0f62ef6647c 100644 (file)
@@ -574,10 +574,6 @@ int check_policy(
                return KNOT_EINVAL;
        }
 
-       if (refresh.code == KNOT_EOK) {
-               CONF_LOG(LOG_WARNING, "rrsig-refresh option is deprecated and will be calculated from TTLs and propagation-delay");
-       }
-
        int64_t ksk_size = conf_int(&ksk);
        if (ksk_size != YP_NIL && !dnssec_algorithm_key_size_check(algorithm, ksk_size)) {
                args->err_str = "KSK key size not compatible with the algorithm";