From: Colin Vidal Date: Fri, 28 Nov 2025 08:51:24 +0000 (+0100) Subject: fix: usr: Fix parsing bug in remote-servers with key or tls X-Git-Tag: v9.21.16~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51af07cdeea7c18b8a976b46c72aab8f8a08acf7;p=thirdparty%2Fbind9.git fix: usr: Fix parsing bug in remote-servers with key or tls The :any:`remote-servers` clause enable the following pattern using a named ``server-list``: remote-servers a { 1.2.3.4; ... }; remote-servers b { a key foo; }; However, such configuration was wrongly rejected, with an "unexpected token 'foo'" error. Such configuration is now accepted. Closes #5646 Merge branch '5646-fix-named-remote-servers-key-tls' into 'main' See merge request isc-projects/bind9!11252 --- 51af07cdeea7c18b8a976b46c72aab8f8a08acf7