mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
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.
This commit is contained in:
committed by
Luca Boccassi
parent
7ff0e0a5e0
commit
0652cf8e7b
@@ -59,7 +59,6 @@ policy:
|
|||||||
ksk-lifetime: 365d
|
ksk-lifetime: 365d
|
||||||
ksk-submission: parent_zone_sbm
|
ksk-submission: parent_zone_sbm
|
||||||
nsec3: on
|
nsec3: on
|
||||||
nsec3-iterations: 10
|
|
||||||
propagation-delay: 1s
|
propagation-delay: 1s
|
||||||
signing-threads: 4
|
signing-threads: 4
|
||||||
zone-max-ttl: 1s
|
zone-max-ttl: 1s
|
||||||
|
|||||||
Reference in New Issue
Block a user