xref: /netbsd-src/external/mpl/bind/dist/bin/tests/system/checkconf/bad-kasp-policy-undefined-inherited-view.conf (revision 901e7e84758515fbf39dfc064cb0b45ab146d8b0)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1/*
2 * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
3 *
4 * SPDX-License-Identifier: MPL-2.0
5 *
6 * This Source Code Form is subject to the terms of the Mozilla Public
7 * License, v. 2.0.  If a copy of the MPL was not distributed with this
8 * file, you can obtain one at https://mozilla.org/MPL/2.0/.
9 *
10 * See the COPYRIGHT file distributed with this work for additional
11 * information regarding copyright ownership.
12 */
13
14/*
15 * The dnssec-policy is not defined. Should also be caught if it is inherited.
16 */
17
18view "test" {
19	dnssec-policy "notdefined";
20
21	zone "example.net" {
22		type primary;
23		file "example.db";
24	};
25};
26

served by {OpenGrok

Last Index Update: Wed Jan 29 22:40:09 GMT 2025