From: Colin Vidal Date: Sun, 1 Mar 2026 19:01:20 +0000 (+0100) Subject: [9.20] fix: usr: Resolve "key defined in view is not found" X-Git-Tag: v9.20.21~16 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=819fe452745382a4e6410e7b3ea3b65346cd7ac7;p=thirdparty%2Fbind9.git [9.20] fix: usr: Resolve "key defined in view is not found" 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 --- 819fe452745382a4e6410e7b3ea3b65346cd7ac7