mirror of
https://github.com/isc-projects/bind9.git
synced 2026-06-10 15:19:59 -04:00
Only class IN is allowed for user-defined views; the internally generated `_bind` view stays in the CH class. Both `named` and the shared checker in `lib/isccfg/check.c` now reject non-IN views, so a config can no longer pass `named-checkconf` yet fail to start in `named`. Tests, configs, and catalog zones using CH or arbitrary classes (e.g. `class10`) are removed accordingly.
17 lines
509 B
Bash
17 lines
509 B
Bash
#!/bin/sh -e
|
|
|
|
# Copyright (C) Internet Systems Consortium, Inc. ("ISC")
|
|
#
|
|
# SPDX-License-Identifier: MPL-2.0
|
|
#
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, you can obtain one at https://mozilla.org/MPL/2.0/.
|
|
#
|
|
# See the COPYRIGHT file distributed with this work for additional
|
|
# information regarding copyright ownership.
|
|
|
|
# shellcheck source=conf.sh
|
|
. ../conf.sh
|
|
|
|
cp ns2/localhost.db.in ns2/localhost.db
|