From: Frantisek Sumsal Date: Wed, 24 Jan 2024 18:19:29 +0000 (+0100) Subject: test: use the default nsec3-iterations value X-Git-Tag: v256-rc1~1048 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0652cf8e7b08c97a52a0995eb8f0dc6bb20a4de0;p=thirdparty%2Fsystemd.git test: use the default nsec3-iterations value In Knot 3.2 the nsec3-iterations default was changed to 0 and Knot now issues a warning if the value is > 0. Let's just use the default value, since it's not something that's important for our tests. --- diff --git a/test/knot-data/knot.conf b/test/knot-data/knot.conf index 69c2082e48c..22800f6cea3 100644 --- a/test/knot-data/knot.conf +++ b/test/knot-data/knot.conf @@ -59,7 +59,6 @@ policy: ksk-lifetime: 365d ksk-submission: parent_zone_sbm nsec3: on - nsec3-iterations: 10 propagation-delay: 1s signing-threads: 4 zone-max-ttl: 1s