From adf199832b7c9799d7ceb7d3facfa599111d232d Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Fri, 16 Feb 2001 03:07:40 +0000 Subject: [PATCH] the rrset-order option was missing --- bin/tests/named.conf | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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; + }; }; /*