From: Mark Andrews Date: Thu, 16 Sep 2021 00:36:35 +0000 (+1000) Subject: Test that sig-signing-type is accepted X-Git-Tag: v9.17.19~35^2~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=79d665e8416b210fd5f32aefb1ac84c7e41d9ca2;p=thirdparty%2Fbind9.git Test that sig-signing-type is accepted --- diff --git a/bin/tests/system/checkconf/good-sig-signing-type.conf b/bin/tests/system/checkconf/good-sig-signing-type.conf new file mode 100644 index 00000000000..51ecc93bc7e --- /dev/null +++ b/bin/tests/system/checkconf/good-sig-signing-type.conf @@ -0,0 +1,5 @@ +zone example { + type master; + file "example.db"; + sig-signing-type 65280; +};