]> git.ipfire.org Git - thirdparty/bind9.git/commit
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)
commitedb03e2ee40a698fec1f97e0e1efba8637ab13fd
treec5e22d33c654827516c197154408c9b0c8cbb516
parent68d589625863fc6c2c1e0604926bb88fa34b0c80
parent9771df0aca5ce399ad0535f656c403a58d674606
rem: usr: Restrict views to the Internet (IN) class

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