From: Matthijs Mekking Date: Thu, 10 Feb 2022 15:56:00 +0000 (+0100) Subject: Fix a checkconf bug X-Git-Tag: v9.19.22~70^2~29 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=155aba5bd56b463473cb48e6a3d390ade4ba29dd;p=thirdparty%2Fbind9.git Fix a checkconf bug The check for printing zone list failed because of these additional lines in the output: good.conf:22: dnssec-policy: key algorithm 13 has predefined length; \ ignoring length value 256 I am not sure why this failure hasn't happened before already. --- diff --git a/bin/tests/system/checkconf/good.conf.in b/bin/tests/system/checkconf/good.conf.in index b39b20941a7..59ecbcec44a 100644 --- a/bin/tests/system/checkconf/good.conf.in +++ b/bin/tests/system/checkconf/good.conf.in @@ -23,7 +23,7 @@ dnssec-policy "test" { }; dnskey-ttl 3600; keys { - ksk key-directory lifetime P1Y algorithm 13 256; + ksk key-directory lifetime P1Y algorithm 13; zsk lifetime P30D algorithm 13; csk key-store "hsm" lifetime P30D algorithm 8 2048; };