--- /dev/null
+/*
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
+ *
+ * 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 http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ */
+
+view "view" {
+ dnstap { client; auth; };
+};
--- /dev/null
+/*
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
+ *
+ * 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 http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ */
+
+options {
+ dnstap-output unix "/var/run/named/dnstap.sock";
+ dnstap-identity hostname;
+ dnstap { client response; };
+};
--- /dev/null
+/*
+ * Copyright (C) Internet Systems Consortium, Inc. ("ISC")
+ *
+ * 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 http://mozilla.org/MPL/2.0/.
+ *
+ * See the COPYRIGHT file distributed with this work for additional
+ * information regarding copyright ownership.
+ */
+
+options {
+ dnstap-output unix "/var/run/named/dnstap.sock";
+ dnstap-identity hostname;
+};
+
+view "view" {
+ dnstap { client response; };
+};
./bin/tests/system/dnstap/bad-fstrm-set-output-queue-size-min.conf CONF-C 2016,2018,2019
./bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-max.conf CONF-C 2016,2018,2019
./bin/tests/system/dnstap/bad-fstrm-set-reopen-interval-min.conf CONF-C 2016,2018,2019
+./bin/tests/system/dnstap/bad-missing-dnstap-output-view.conf CONF-C 2019
./bin/tests/system/dnstap/bad-missing-dnstap-output.conf CONF-C 2019
./bin/tests/system/dnstap/clean.sh SH 2015,2016,2017,2018,2019
+./bin/tests/system/dnstap/good-dnstap-in-options.conf CONF-C 2019
+./bin/tests/system/dnstap/good-dnstap-in-view.conf CONF-C 2019
./bin/tests/system/dnstap/good-fstrm-set-buffer-hint.conf CONF-C 2016,2018,2019
./bin/tests/system/dnstap/good-fstrm-set-flush-timeout.conf CONF-C 2016,2018,2019
./bin/tests/system/dnstap/good-fstrm-set-input-queue-size.conf CONF-C 2016,2018,2019