From: Colin Vidal Date: Fri, 28 Nov 2025 14:16:25 +0000 (+0100) Subject: [9.20] fix: usr: Fix parsing bug in remote-servers with key or tls X-Git-Tag: v9.20.17~8 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=d9400c59677986038e0de17a601236b648283a85;p=thirdparty%2Fbind9.git [9.20] 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 Backport of MR !11252 Merge branch 'backport-5646-fix-named-remote-servers-key-tls-9.20' into 'bind-9.20' See merge request isc-projects/bind9!11300 --- d9400c59677986038e0de17a601236b648283a85