From: Matthijs Mekking Date: Tue, 4 Aug 2020 14:42:57 +0000 (+0200) Subject: keyword 'primaries' is unknown in 9.16 X-Git-Tag: v9.16.6~10^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=f3103660d050105f93a2a2c7ab84f636d961fde2;p=thirdparty%2Fbind9.git keyword 'primaries' is unknown in 9.16 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. --- diff --git a/bin/tests/system/serve-stale/ns5/named.conf.in b/bin/tests/system/serve-stale/ns5/named.conf.in index 7fdba0432f0..3c7163c1bd2 100644 --- a/bin/tests/system/serve-stale/ns5/named.conf.in +++ b/bin/tests/system/serve-stale/ns5/named.conf.in @@ -35,6 +35,6 @@ options { zone "." { type secondary; - primaries { 10.53.0.1; }; + masters { 10.53.0.1; }; file "root.bk"; };