mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-12 08:58:20 +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. (cherry picked from commit 59e5108fb4e61957cb40bb15ac7966d085d13af2) (cherry picked from commit 1b945fb1a727f85be9230e43d2fdaf78d2567946) (cherry picked from commit 12686f3f5aee20dbe7c4f21d6841fa87aca55eae)
This commit is contained in:
parent
3a4acc447a
commit
6e5e510da7
@ -53,6 +53,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…
x
Reference in New Issue
Block a user