]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Document changes to "rrset-order fixed". [rt17977]
authorEvan Hunt <each@isc.org>
Mon, 5 May 2008 22:38:15 +0000 (22:38 +0000)
committerEvan Hunt <each@isc.org>
Mon, 5 May 2008 22:38:15 +0000 (22:38 +0000)
README
doc/arm/Bv9ARM-book.xml
doc/arm/Bv9ARM.ch06.html

diff --git a/README b/README
index b26476e738200b6a659775052417336eb2439d49..288ffddf4684e008a0a1897b8ac38d5f1c582b11 100644 (file)
--- a/README
+++ b/README
@@ -433,8 +433,6 @@ Building
                                    -DDIG_SIGCHASE_BU=1)
                Disable dropping queries from particular well known ports.
                  -DNS_CLIENT_DROPPORT=0
-               Disable support for "rrset-order fixed".
-                 -DDNS_RDATASET_FIXED=0
 
            LDFLAGS
                Linker flags. Defaults to empty string.
@@ -470,6 +468,11 @@ Building
        on the configure command line.  The default is operating
        system dependent.
 
+        Support for the "fixed" rrset-order option can be enabled
+        or disabled by specifying "--enable-fixed-rrset" or
+        "--disable-fixed-rrset" on the configure command line.
+        The default is "disabled", to reduce memory footprint.
+
        If your operating system has integrated support for IPv6, it
        will be used automatically.  If you have installed KAME IPv6
        separately, use "--with-kame[=PATH]" to specify its location.
index e8d97a1efb01a20f0a3617fddddf85855b80652e..d332c56999fbdf6e3bbef3b9b2d761f2c6a5073a 100644 (file)
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.340.24.8 2008/05/01 18:32:31 jinmei Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.340.24.9 2008/05/05 22:38:15 each Exp $ -->
 <book xmlns:xi="http://www.w3.org/2001/XInclude">
   <title>BIND 9 Administrator Reference Manual</title>
 
@@ -7147,8 +7147,13 @@ query-source-v6 address * port *;
                   </entry>
                   <entry colname="2">
                     <para>
-                      Records are returned in a round-robin
-                      order.
+                      Records are returned in a cyclic round-robin order.
+                    </para>
+                    <para>
+                      If <acronym>BIND</acronym> is configured with the
+                      "--enable-fixed-rrset" option at compile time, then
+                      the initial ordering of the RRset will match the
+                      one specified in the zone file.
                     </para>
                   </entry>
                 </row>
@@ -7179,9 +7184,11 @@ query-source-v6 address * port *;
 
           <note>
             <simpara>
-              The <command>rrset-order</command> statement
-              is not yet fully implemented in <acronym>BIND</acronym> 9.
-              BIND 9 currently does not fully support "fixed" ordering.
+              In this release of <acronym>BIND</acronym> 9, the
+              <command>rrset-order</command> statement does not support
+              "fixed" ordering by default.  Fixed ordering can be enabled
+              at compile time by specifying "--enable-fixed-rrset" on
+              the "configure" command line.
             </simpara>
           </note>
         </sect3>
index 8cc70b563a8c670757c7100f828d192a5839d404..615aa11f87f6e7c7d7a6179d7d19190f19b9496c 100644 (file)
@@ -14,7 +14,7 @@
  - OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
  - PERFORMANCE OF THIS SOFTWARE.
 -->
-<!-- $Id: Bv9ARM.ch06.html,v 1.168.18.8 2008/05/02 01:41:46 tbox Exp $ -->
+<!-- $Id: Bv9ARM.ch06.html,v 1.168.18.9 2008/05/05 22:38:15 each Exp $ -->
 <html>
 <head>
 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
@@ -3929,8 +3929,13 @@ query-source-v6 address * port *;
                   </td>
 <td>
                     <p>
-                      Records are returned in a round-robin
-                      order.
+                      Records are returned in a round-robin order.
+                    </p>
+                    <p>
+                      If <acronym class="acronym">BIND</acronym>is
+                      configured with the "--enable-fixed-rrset" option
+                      at compile time, then the initial ordering of the
+                      RRset will match the one specified in the zone file.
                     </p>
                   </td>
 </tr>
@@ -3958,9 +3963,11 @@ query-source-v6 address * port *;
 <div class="note" style="margin-left: 0.5in; margin-right: 0.5in;">
 <h3 class="title">Note</h3>
 <p>
-              The <span><strong class="command">rrset-order</strong></span> statement
-              is not yet fully implemented in <acronym class="acronym">BIND</acronym> 9.
-              BIND 9 currently does not fully support "fixed" ordering.
+              In this release of <acronym class="acronym">BIND</acronym> 9,
+              the <span><strong class="command">rrset-order</strong></span>
+              statement does not support "fixed" ordering by default.
+              Fixed ordering can be enabled at compile time by specifying
+              "--enable-fixed-rrset" on the "configure" command line.
             </p>
 </div>
 </div>