Skip to content
Snippets Groups Projects
Commit 92bc75fb authored by Libor Peltan's avatar Libor Peltan Committed by Daniel Salzman
Browse files

Revert "dnssec: warn when rrsig-refresh configured explicitly"

This reverts commit 02faa275.
parent 873f0e80
No related branches found
No related tags found
1 merge request!1447dnssec: calculate rrsig refresh if not configured explicitly
......@@ -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";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment