2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-08-30 05:57:52 +00:00

3261. [func] RRset ordering now defaults to random. [RT #27174]

This commit is contained in:
Evan Hunt 2012-01-06 19:00:13 +00:00
parent fb6e4a9177
commit 19c4187e35
3 changed files with 9 additions and 5 deletions

View File

@ -1,3 +1,5 @@
3261. [func] RRset ordering now defaults to random. [RT #27174]
3260. [bug] "rrset-order cyclic" could appear not to rotate 3260. [bug] "rrset-order cyclic" could appear not to rotate
for some query patterns. [RT #27170/27185] for some query patterns. [RT #27170/27185]

View File

@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE. * PERFORMANCE OF THIS SOFTWARE.
*/ */
/* $Id: config.c,v 1.121 2011/08/30 23:46:51 tbox Exp $ */ /* $Id: config.c,v 1.122 2012/01/06 19:00:12 each Exp $ */
/*! \file */ /*! \file */
@ -90,7 +90,7 @@ options {\n\
"\ "\
recursive-clients 1000;\n\ recursive-clients 1000;\n\
resolver-query-timeout 30;\n\ resolver-query-timeout 30;\n\
rrset-order {type NS order random; order cyclic; };\n\ rrset-order { order random; };\n\
serial-queries 20;\n\ serial-queries 20;\n\
serial-query-rate 20;\n\ serial-query-rate 20;\n\
server-id none;\n\ server-id none;\n\

View File

@ -18,7 +18,7 @@
- PERFORMANCE OF THIS SOFTWARE. - PERFORMANCE OF THIS SOFTWARE.
--> -->
<!-- File: $Id: Bv9ARM-book.xml,v 1.518 2011/11/23 18:58:39 each Exp $ --> <!-- File: $Id: Bv9ARM-book.xml,v 1.519 2012/01/06 19:00:13 each Exp $ -->
<book xmlns:xi="http://www.w3.org/2001/XInclude"> <book xmlns:xi="http://www.w3.org/2001/XInclude">
<title>BIND 9 Administrator Reference Manual</title> <title>BIND 9 Administrator Reference Manual</title>
@ -8633,8 +8633,10 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
</para> </para>
<para> <para>
If multiple <command>rrset-order</command> statements If multiple <command>rrset-order</command> statements
appear, appear, they are not combined &mdash; the last one applies.
they are not combined &mdash; the last one applies. </para>
<para>
By default, all records are returned in random order.
</para> </para>
<note> <note>