]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fix parsing bug in remote-servers with key or tls
authorColin Vidal <colin@isc.org>
Fri, 28 Nov 2025 08:51:24 +0000 (09:51 +0100)
committerColin Vidal <colin@isc.org>
Fri, 28 Nov 2025 08:51:24 +0000 (09:51 +0100)
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


Trivial merge