]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
chg: usr: Enforces the fact that catalog-zone can not be used in non IN views
authorColin Vidal <colin@isc.org>
Tue, 18 Nov 2025 09:08:57 +0000 (10:08 +0100)
committerColin Vidal <colin@isc.org>
Tue, 18 Nov 2025 09:08:57 +0000 (10:08 +0100)
Catalog-zones can't be used in a view which is not from the IN class.
This is now enforced as the server won't load (instead of loading
without the catalog-zone) if such configuration is detected. This
configuration error is now also caught by `named-checkconf`.

Merge branch 'colin/catz-enforce-non-in' into 'main'

See merge request isc-projects/bind9!11245


Trivial merge