]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix response policy zones and catalog zones with an $INCLUDE statement...
authorArаm Sаrgsyаn <aram@isc.org>
Wed, 8 Jan 2025 14:01:36 +0000 (14:01 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Wed, 8 Jan 2025 14:01:36 +0000 (14:01 +0000)
commit19a2aab136a970558c404ca48d4759691c4a67f2
tree7b1e3e77a752a11080c78637d9c7ea9b0ace0517
parente71549eabaa670a0818e74274c27231d9a85841b
parentd75bdabe511b47b33c94135ce9618ea3ddce3e2d
fix: usr: Fix response policy zones and catalog zones with an $INCLUDE statement defined

Response policy zones (RPZ) and catalog zones were not working correctly if they had an $INCLUDE statement defined. This has been fixed.

Closes #5111

Merge branch '5111-includes-disable-rpz-and-catz-fix' into 'main'

See merge request isc-projects/bind9!9930