From 12686f3f5aee20dbe7c4f21d6841fa87aca55eae Mon Sep 17 00:00:00 2001 From: Nick Rosbrook Date: Tue, 10 Dec 2024 16:48:59 -0500 Subject: [PATCH] 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) --- test/knot-data/knot.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/test/knot-data/knot.conf b/test/knot-data/knot.conf index b8b9e7925dc..6d177d72859 100644 --- a/test/knot-data/knot.conf +++ b/test/knot-data/knot.conf @@ -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