bind9/bin/tests/system/dnstap
Evan Hunt e43b3c1fa1 further tidying of primary/secondary terminology in system tests
this changes most visble uses of master/slave terminology in tests.sh
and most uses of 'type master' or 'type slave' in named.conf files.
files in the checkconf test were not updated in order to confirm that
the old syntax still works. rpzrecurse was also left mostly unchanged
to avoid interference with DNSRPS.
2020-07-01 11:12:12 -07:00
..
ns1 further tidying of primary/secondary terminology in system tests 2020-07-01 11:12:12 -07:00
ns2 further tidying of primary/secondary terminology in system tests 2020-07-01 11:12:12 -07:00
ns3 Make dnstap work reliably with netmgr 2020-05-01 14:15:41 +02:00
ns4 disable QNAME minimization in the dnstap test so packet counts will be correct 2018-11-02 11:34:27 -07:00
bad-fstrm-reopen-interval.conf Allow TTL values when configuring TTLs and time intervals. 2018-04-13 11:46:06 -07:00
bad-fstrm-set-buffer-hint-max.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-buffer-hint-min.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-flush-timeout-max.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-flush-timeout-min.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-input-queue-size-max.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-input-queue-size-min.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-input-queue-size-po2.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-output-notify-threshold.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-output-queue-size-max.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-output-queue-size-min.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-reopen-interval-max.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-fstrm-set-reopen-interval-min.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
bad-missing-dnstap-output-view.conf add more dnstap/dnstap-output combinations 2019-10-21 11:06:21 +11:00
bad-missing-dnstap-output.conf named-checkconf failed to report dnstap-output missing 2019-07-23 05:09:01 +10:00
bad-size-version.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
clean.sh Check that 'rndc dnstap -roll <value>' works 2020-06-23 20:20:39 +10:00
good-dnstap-in-options.conf add more dnstap/dnstap-output combinations 2019-10-21 11:06:21 +11:00
good-dnstap-in-view.conf add more dnstap/dnstap-output combinations 2019-10-21 11:06:21 +11:00
good-fstrm-reopen-interval.conf Allow TTL values when configuring TTLs and time intervals. 2018-04-13 11:46:06 -07:00
good-fstrm-set-buffer-hint.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
good-fstrm-set-flush-timeout.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
good-fstrm-set-input-queue-size.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
good-fstrm-set-output-notify-threshold.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
good-fstrm-set-output-queue-model-mpsc.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
good-fstrm-set-output-queue-model-spsc.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
good-fstrm-set-output-queue-size.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
good-fstrm-set-reopen-interval.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
good-size-unlimited.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
good-size-version.conf Update license headers to not include years in copyright in all applicable files 2018-02-23 10:12:02 +01:00
large-answer.fstrm dnstap-read: clear buffer before expanding it 2019-06-28 12:43:51 +02:00
README dnstap-read: clear buffer before expanding it 2019-06-28 12:43:51 +02:00
setup.sh Complete rewrite the BIND 9 build system 2020-04-21 14:19:48 +02:00
tests.sh Fix the dnstap roll test by: 2020-06-30 08:27:58 +10:00
ydump.py Silence: E741 ambiguous variable name 'l' 2020-05-12 17:54:32 +10:00

Copyright (C) Internet Systems Consortium, Inc. ("ISC")

See COPYRIGHT in the source root or http://isc.org/copyright.html for terms.

The "large-answer.fstrm" file was generated by configuring a named instance
compiled with --enable-dnstap and --enable-fixed-rrset with the following
directives:

    minimal-responses yes;
    rrset-order { order fixed; };
    dnstap { auth response; };
    dnstap-identity none;
    dnstap-output file "large-answer.fstrm";

The captured RRset from the "example." zone was created using:

    $GENERATE 1-48 @ IN A 127.0.0.$

A server instance set up this way was then queried non-recursively (RD=0) for
"example/A".