]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: usr: Fix a possible issue with reponse policy zones and catalog zones
authorArаm Sаrgsyаn <aram@isc.org>
Tue, 27 Jan 2026 11:32:07 +0000 (11:32 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Tue, 27 Jan 2026 11:32:07 +0000 (11:32 +0000)
commitfd568032acde7c9934b39bb53d7bedee7e0bbc44
tree63b19c38c714a14bd25487a5b722e4d5d9ad47b4
parentf81e90e3e13bb8866ed02ccf3e09c359e2b7319f
parentd81a2457d6fe09a01d60d4204fb80c3e2feec88d
fix: usr: Fix a possible issue with reponse policy zones and catalog zones

If a response policy zone (RPZ) or a catalog zone contained an
`$INCLUDE` directive, then manually reloading that zone could
fail to process the changes in the response policy or in the
catalog, respectively. This has been fixed.

Closes #5714

Merge branch '5714-zone_loaddone-rpz-and-catz-bugfix' into 'main'

See merge request isc-projects/bind9!11489