]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
rem: usr: Restrict views to the Internet (IN) class
authorOndřej Surý <ondrej@isc.org>
Mon, 8 Jun 2026 15:50:38 +0000 (17:50 +0200)
committerOndřej Surý <ondrej@isc.org>
Mon, 8 Jun 2026 15:50:38 +0000 (17:50 +0200)
Views could previously be declared in classes other than Internet (IN),
but that support was inconsistent — ``named-checkconf`` accepted configurations
that ``named`` then refused to load.  Views are now restricted to class IN, and
both tools reject any other class.  Configurations declaring a non-IN view
must drop the class to keep working.

Merge branch '5784-improve-class-handling' into 'main'

See merge request isc-projects/bind9!12163


Trivial merge