Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
BIND
Commits
19c4187e
Commit
19c4187e
authored
Jan 06, 2012
by
Evan Hunt
Browse files
3261. [func] RRset ordering now defaults to random. [RT #27174]
parent
fb6e4a91
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGES
View file @
19c4187e
3261. [func] RRset ordering now defaults to random. [RT #27174]
3260. [bug] "rrset-order cyclic" could appear not to rotate
for some query patterns. [RT #27170/27185]
...
...
bin/named/config.c
View file @
19c4187e
...
...
@@ -15,7 +15,7 @@
* PERFORMANCE OF THIS SOFTWARE.
*/
/* $Id: config.c,v 1.12
1
201
1
/0
8/30 23:46:51 tbox
Exp $ */
/* $Id: config.c,v 1.12
2
201
2
/0
1/06 19:00:12 each
Exp $ */
/*! \file */
...
...
@@ -90,7 +90,7 @@ options {\n\
"\
recursive-clients 1000;
\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-query-rate 20;
\n
\
server-id none;
\n
\
...
...
doc/arm/Bv9ARM-book.xml
View file @
19c4187e
...
...
@@ -18,7 +18,7 @@
- PERFORMANCE OF THIS SOFTWARE.
-->
<!-- File: $Id: Bv9ARM-book.xml,v 1.51
8
201
1/11/23 18:58:39
each Exp $ -->
<!-- File: $Id: Bv9ARM-book.xml,v 1.51
9
201
2/01/06 19:00:13
each Exp $ -->
<book xmlns:xi="http://www.w3.org/2001/XInclude">
<title>BIND 9 Administrator Reference Manual</title>
...
...
@@ -8633,8 +8633,10 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
</para>
<para>
If multiple <command>rrset-order</command> statements
appear,
they are not combined — the last one applies.
appear, they are not combined — the last one applies.
</para>
<para>
By default, all records are returned in random order.
</para>
<note>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment