2
0
mirror of https://gitlab.isc.org/isc-projects/bind9 synced 2025-09-02 15:45:25 +00:00

document the global provide-ixfr and request-ixfr options [RT #1772]

This commit is contained in:
Andreas Gustafsson
2001-09-19 22:15:54 +00:00
parent 01446841be
commit 0bb3203216

View File

@@ -2,7 +2,7 @@
<!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN" <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.0//EN"
"http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd"> "http://www.oasis-open.org/docbook/xml/4.0/docbookx.dtd">
<!-- File: $Id: Bv9ARM-book.xml,v 1.159 2001/09/15 14:23:29 marka Exp $ --> <!-- File: $Id: Bv9ARM-book.xml,v 1.160 2001/09/19 22:15:54 gson Exp $ -->
<book> <book>
<title>BIND 9 Administrator Reference Manual</title> <title>BIND 9 Administrator Reference Manual</title>
@@ -2811,6 +2811,8 @@ statement in the <filename>named.conf</filename> file:</para>
<optional> sig-validity-interval <replaceable>number</replaceable> ; </optional> <optional> sig-validity-interval <replaceable>number</replaceable> ; </optional>
<optional> min-roots <replaceable>number</replaceable>; </optional> <optional> min-roots <replaceable>number</replaceable>; </optional>
<optional> use-ixfr <replaceable>yes_or_no</replaceable> ; </optional> <optional> use-ixfr <replaceable>yes_or_no</replaceable> ; </optional>
<optional> provide-ixfr <replaceable>yes_or_no</replaceable>; </optional>
<optional> request-ixfr <replaceable>yes_or_no</replaceable>; </optional>
<optional> treat-cr-as-space <replaceable>yes_or_no</replaceable> ; </optional> <optional> treat-cr-as-space <replaceable>yes_or_no</replaceable> ; </optional>
<optional> min-refresh-time <replaceable>number</replaceable> ; </optional> <optional> min-refresh-time <replaceable>number</replaceable> ; </optional>
<optional> max-refresh-time <replaceable>number</replaceable> ; </optional> <optional> max-refresh-time <replaceable>number</replaceable> ; </optional>
@@ -3102,6 +3104,22 @@ in <xref linkend="server_statement_definition_and_usage"/>. See also
<xref linkend="incremental_zone_transfers"/>. <xref linkend="incremental_zone_transfers"/>.
</para></listitem></varlistentry> </para></listitem></varlistentry>
<varlistentry><term><command>provide-ixfr</command></term>
<listitem>
<para>
See the description of
<command>provide-ixfr</command> in
<xref linkend="server_statement_definition_and_usage"/>
</para></listitem></varlistentry>
<varlistentry><term><command>request-ixfr</command></term>
<listitem>
<para>
See the description of
<command>request-ixfr</command> in
<xref linkend="server_statement_definition_and_usage"/>
</para></listitem></varlistentry>
<varlistentry><term><command>treat-cr-as-space</command></term> <varlistentry><term><command>treat-cr-as-space</command></term>
<listitem><para>This option was used in <acronym>BIND</acronym> 8 to make <listitem><para>This option was used in <acronym>BIND</acronym> 8 to make
the server treat carriage return ("<command>\r</command>") characters the same way the server treat carriage return ("<command>\r</command>") characters the same way
@@ -4037,14 +4055,14 @@ zone transfer when the given remote server, a slave, requests it.
If set to <command>yes</command>, incremental transfer will be provided If set to <command>yes</command>, incremental transfer will be provided
whenever possible. If set to <command>no</command>, all transfers whenever possible. If set to <command>no</command>, all transfers
to the remote server will be nonincremental. If not set, the value to the remote server will be nonincremental. If not set, the value
of the <command>provide-ixfr</command> option in the global options block of the <command>provide-ixfr</command> option in the view or
is used as a default.</para> global options block is used as a default.</para>
<para>The <command>request-ixfr</command> clause determines whether <para>The <command>request-ixfr</command> clause determines whether
the local server, acting as a slave, will request incremental zone the local server, acting as a slave, will request incremental zone
transfers from the given remote server, a master. If not set, the transfers from the given remote server, a master. If not set, the
value of the <command>request-ixfr</command> option in the global value of the <command>request-ixfr</command> option in the view or
options block is used as a default.</para> global options block is used as a default.</para>
<para>IXFR requests to servers that do not support IXFR will automatically <para>IXFR requests to servers that do not support IXFR will automatically
fall back to AXFR. Therefore, there is no need to manually list fall back to AXFR. Therefore, there is no need to manually list