]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
fix: usr: Fix allow-recursion/allow-query-cache inheritance
authorEvan Hunt <each@isc.org>
Thu, 20 Nov 2025 20:19:52 +0000 (20:19 +0000)
committerEvan Hunt <each@isc.org>
Thu, 20 Nov 2025 20:19:52 +0000 (20:19 +0000)
The merging of the user options and defaults into the effective configuration broke the mutual inheritance of the `allow-recursion`, `allow-query`, and `allow-query-cache` ACLs, and of the `allow-recursion-on` and `allow-query-cache-on` ACLs. This has been fixed.

Closes #5647

Merge branch '5647-allow-recursion-inheritance' into 'main'

See merge request isc-projects/bind9!11254


Trivial merge