]> git.ipfire.org Git - thirdparty/knot-dns.git/commitdiff
Revert "zonemd: additional warning when signer verifies ZONEMD"
authorLibor Peltan <libor.peltan@nic.cz>
Mon, 8 Dec 2025 10:38:17 +0000 (11:38 +0100)
committerDaniel Salzman <daniel.salzman@nic.cz>
Tue, 9 Dec 2025 08:14:31 +0000 (09:14 +0100)
This reverts commit 854612f6829c9ae3ffbd071b4658409bad371713.

src/knot/conf/tools.c

index 971b52fa79f28296e8a864d5dc31bc67edf6cb0c..2e6271731c06002ca4e07a858782e233895b5b45 100644 (file)
@@ -1144,11 +1144,6 @@ static int check_zone_or_tpl(
                        args->err_str = "'dnssec-validation' is not compatible with 'dnssec-signing'";
                        return KNOT_EINVAL;
                }
-
-               conf_val_t zonemd_verify = conf_get_wrap(args, C_ZONEMD_VERIFY);
-               if (conf_bool(&zonemd_verify)) {
-                       CONF_LOG(LOG_WARNING, "'zonemd-verify' not compatible with 'dnssec-signing' as incremental changes to the zone will always fail");
-               }
        } else {
                conf_val_t ddnsmaster = conf_get_wrap(args, C_DDNS_MASTER);
                if (ddnsmaster.code == KNOT_EOK && *conf_str(&ddnsmaster) == '\0') {