]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
[9.20] fix: usr: Resolve "key defined in view is not found"
authorColin Vidal <colin@isc.org>
Sun, 1 Mar 2026 19:01:20 +0000 (20:01 +0100)
committerColin Vidal <colin@isc.org>
Sun, 1 Mar 2026 19:01:20 +0000 (20:01 +0100)
Commit `2956e4fc` hardened the `key` name check when used in `primaries` to reject the configuration if the key was not defined, rather than simply checking whether the key name was correctly formed.

However, the key name check didn't include the view configuration, causing keys not to be recognized if they were defined inside the view and not at the global level.  This regression is now fixed.

Backport of MR !11588

Closes #5761

Merge branch 'backport-5761-key-view-9.20' into 'bind-9.20'

See merge request isc-projects/bind9!11613


Trivial merge