diff --git a/bin/tests/named.conf b/bin/tests/named.conf index 04d920edfd..99a32d6515 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.52 2001/02/09 00:08:23 gson Exp $ */ +/* $Id: named.conf,v 1.53 2001/02/16 03:07:40 gson Exp $ */ /* * This is a worthless, nonrunnable example of a named.conf file that has @@ -198,6 +198,11 @@ options { tkey-domain "foo.com"; tkey-dhkey "xyz" 666 ; + + rrset-order { + class IN type A name "foo" order random; + order cyclic; + }; }; /*