]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
clarified that the transfer-format option is used on the master, not the slave
authorAndreas Gustafsson <source@isc.org>
Wed, 27 Jun 2001 17:46:32 +0000 (17:46 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 27 Jun 2001 17:46:32 +0000 (17:46 +0000)
doc/arm/Bv9ARM-book.xml

index fbb01b14217e364cd6d91855d5210c771ce7e847..0b458424c72c8858f747b0c5285ce806571830cb 100644 (file)
@@ -2,7 +2,7 @@
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
                "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.72.2.21 2001/06/26 01:58:26 gson Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.72.2.22 2001/06/27 17:46:32 gson Exp $ -->
 
 <book>
 
@@ -3155,12 +3155,25 @@ per second but may become configurable in a future release.
 </row>
 <row rowsep = "0">
 <entry colname = "1"><para><command>transfer-format</command></para></entry>
-<entry colname = "2"><para>The server supports two zone transfer methods. <command>one-answer</command> uses
-one DNS message per resource record transferred. <command>many-answers</command> packs
-as many resource records as possible into a message. <command>many-answers</command> is
-more efficient, but is only known to be understood by <acronym>BIND</acronym> 9, <acronym>BIND</acronym>
-8.x and patched versions of <acronym>BIND</acronym> 4.9.5. The default is <command>many-answers</command>. <command>transfer-format</command> may
-be overridden on a per-server basis by using the <command>server</command> statement.</para></entry>
+<entry colname = "2">
+
+<para>
+Zone transfers can be sent using two different formats,
+<command>one-answer</command> and <command>many-answers</command>.
+The <command>transfer-format</command> option is used
+on the master server to determine which format it sends.
+<command>one-answer</command> uses one DNS message per
+resource record transferred.
+<command>many-answers</command> packs as many resource records as
+possible into a message. <command>many-answers</command> is more
+efficient, but is only supported by relatively new slave servers,
+such as <acronym>BIND</acronym> 9, <acronym>BIND</acronym> 8.x and patched
+versions of <acronym>BIND</acronym> 4.9.5. The default is
+<command>many-answers</command>. <command>transfer-format</command>
+may be overridden on a per-server basis by using the
+<command>server</command> statement.
+</para>
+</entry>
 </row>
 <row rowsep = "0">
 <entry colname = "1"><para><command>transfers-in</command></para></entry>