]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
keyword 'primaries' is unknown in 9.16
authorMatthijs Mekking <matthijs@isc.org>
Tue, 4 Aug 2020 14:42:57 +0000 (16:42 +0200)
committerMatthijs Mekking <matthijs@isc.org>
Wed, 5 Aug 2020 07:09:16 +0000 (09:09 +0200)
In 9.17 we introduced 'primaries' as a synonym for 'masters' in the
configuration file. This synonym has not been backported so change
the serve-stale test to make use of the 'masters' keyword.

bin/tests/system/serve-stale/ns5/named.conf.in

index 7fdba0432f0de576d19ecbe82efaf1d1e2fc3b85..3c7163c1bd2649cc78dcb79c31ebc0dc6f4b6579 100644 (file)
@@ -35,6 +35,6 @@ options {
 
 zone "." {
        type secondary;
-       primaries { 10.53.0.1; };
+       masters { 10.53.0.1; };
        file "root.bk";
 };