diff options
author | Frantisek Sumsal <frantisek@sumsal.cz> | 2024-01-24 19:19:29 +0100 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2024-01-24 22:30:28 +0100 |
commit | 0652cf8e7b08c97a52a0995eb8f0dc6bb20a4de0 (patch) | |
tree | 6f420035620a88db9f9aea2d2890dfdbe1619de2 /test/knot-data | |
parent | efi: Add EFI CC measurement protocol to stub (diff) | |
download | systemd-0652cf8e7b08c97a52a0995eb8f0dc6bb20a4de0.tar.xz systemd-0652cf8e7b08c97a52a0995eb8f0dc6bb20a4de0.zip |
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.
Diffstat (limited to 'test/knot-data')
-rw-r--r-- | test/knot-data/knot.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/knot-data/knot.conf b/test/knot-data/knot.conf index 69c2082e48..22800f6cea 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 |