From fc99651d7dc52fdb6b0195d7b8a520a150984727 Mon Sep 17 00:00:00 2001 From: Evan Hunt Date: Fri, 2 Nov 2018 11:34:27 -0700 Subject: [PATCH] disable QNAME minimization in the dnstap test so packet counts will be correct --- bin/tests/system/dnstap/ns1/named.conf.in | 1 + bin/tests/system/dnstap/ns2/named.conf.in | 1 + bin/tests/system/dnstap/ns3/named.conf.in | 1 + bin/tests/system/dnstap/ns4/named.conf.in | 1 + 4 files changed, 4 insertions(+) diff --git a/bin/tests/system/dnstap/ns1/named.conf.in b/bin/tests/system/dnstap/ns1/named.conf.in index a294d94b05..025b694aac 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 ede08cea5b..3df15a680b 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 a55de06f9f..e1920cadd0 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 64c74b5f13..2b572f7b9d 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; };