diff --git a/bin/tests/named.conf b/bin/tests/named.conf index 81c8cbf891..04d920edfd 100644 --- a/bin/tests/named.conf +++ b/bin/tests/named.conf @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: named.conf,v 1.51 2001/02/01 19:09:24 gson Exp $ */ +/* $Id: named.conf,v 1.52 2001/02/09 00:08:23 gson Exp $ */ /* * This is a worthless, nonrunnable example of a named.conf file that has @@ -53,7 +53,6 @@ options { statistics-file "named.stats"; // _PATH_STATS memstatistics-file "named.memstats"; // _PATH_MEMSTATS - additional-data minimal; max-cache-ttl 999; auth-nxdomain yes; // always set AA on NXDOMAIN. // don't set this to 'no' unless @@ -282,7 +281,6 @@ view "test-view" in { fetch-glue true; notify false; rfc2308-type1 false; - additional-data internal; transfer-source 10.0.0.55; transfer-source-v6 4:3:8:1:5:6:7:8; query-source port * address 10.0.0.54 ; @@ -611,4 +609,3 @@ logging { #include "filename"; // can't do within a statement -