]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commit4a4368a5ec29eea06a9e60494d0c79dd325218ca
tree878cf0c03e8cd739678d4b327566490e9693ca2f
parentfec55d786afba8bf90b1c1a6892230faaad8886f
parentf798feda40a29098fda78c4cd3e4e9589cb47d58
fix: usr: Fix allow-recursion/allow-query-cache inheritance

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