mirror of
https://github.com/systemd/systemd.git
synced 2025-01-03 05:18:09 +03:00
test: set nsec3-salt-length=8 in knot.conf
TEST-75-RESOLVED fails on Ubuntu autopkgtest due to this warning from knot: notice: config, policy 'auto_rollover_nsec3' depends on default nsec3-salt-length=8, since version 3.5 the default becomes 0 Explicitly set nsec3-salt-length=8 to silence.
This commit is contained in:
parent
e38a70a19f
commit
59e5108fb4
@ -60,6 +60,7 @@ policy:
|
||||
ksk-submission: parent_zone_sbm
|
||||
nsec3-iterations: 0
|
||||
nsec3: on
|
||||
nsec3-salt-length: 8
|
||||
propagation-delay: 1s
|
||||
signing-threads: 4
|
||||
zone-max-ttl: 1s
|
||||
|
Loading…
Reference in New Issue
Block a user