From: Evan Hunt Date: Fri, 2 Nov 2018 18:34:27 +0000 (-0700) Subject: disable QNAME minimization in the dnstap test so packet counts will be correct X-Git-Tag: v9.13.4~60^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fc99651d7dc52fdb6b0195d7b8a520a150984727;p=thirdparty%2Fbind9.git disable QNAME minimization in the dnstap test so packet counts will be correct --- diff --git a/bin/tests/system/dnstap/ns1/named.conf.in b/bin/tests/system/dnstap/ns1/named.conf.in index a294d94b055..025b694aaca 100644 --- a/bin/tests/system/dnstap/ns1/named.conf.in +++ b/bin/tests/system/dnstap/ns1/named.conf.in @@ -27,6 +27,7 @@ options { send-cookie no; require-server-cookie no; dnssec-validation yes; + qname-minimization disabled; }; key rndc_key { diff --git a/bin/tests/system/dnstap/ns2/named.conf.in b/bin/tests/system/dnstap/ns2/named.conf.in index ede08cea5bd..3df15a680bd 100644 --- a/bin/tests/system/dnstap/ns2/named.conf.in +++ b/bin/tests/system/dnstap/ns2/named.conf.in @@ -27,6 +27,7 @@ options { send-cookie no; require-server-cookie no; dnssec-validation yes; + qname-minimization disabled; }; key rndc_key { diff --git a/bin/tests/system/dnstap/ns3/named.conf.in b/bin/tests/system/dnstap/ns3/named.conf.in index a55de06f9fd..e1920cadd0d 100644 --- a/bin/tests/system/dnstap/ns3/named.conf.in +++ b/bin/tests/system/dnstap/ns3/named.conf.in @@ -28,6 +28,7 @@ options { require-server-cookie no; minimal-responses no; dnssec-validation yes; + qname-minimization disabled; }; server 10.53.0.1 { tcp-only yes; }; diff --git a/bin/tests/system/dnstap/ns4/named.conf.in b/bin/tests/system/dnstap/ns4/named.conf.in index 64c74b5f13c..2b572f7b9d2 100644 --- a/bin/tests/system/dnstap/ns4/named.conf.in +++ b/bin/tests/system/dnstap/ns4/named.conf.in @@ -27,6 +27,7 @@ options { send-cookie no; require-server-cookie no; dnssec-validation yes; + qname-minimization disabled; }; server 10.53.0.1 { tcp-only yes; };