]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Resolve "key defined in view is not found"
authorColin Vidal <colin@isc.org>
Sun, 1 Mar 2026 08:21:03 +0000 (09:21 +0100)
committerColin Vidal <colin@isc.org>
Sun, 1 Mar 2026 08:21:03 +0000 (09:21 +0100)
A recent change in `2956e4fc45b3c2142a3351682d4200647448f193` hardened the `key` name check when used in `primaries` to immediately reject the configuration if the key was not defined (rather than only checking whether the key name was correctly formed). However, the change introduced a regression that prevented the use of a `key` defined in a view. This is now fixed.

Merge branch '5761-key-view' into 'main'

See merge request isc-projects/bind9!11588


Trivial merge