mirror of
https://gitlab.isc.org/isc-projects/bind9
synced 2025-08-29 05:28:00 +00:00
document the global provide-ixfr and request-ixfr options [RT #1772]
This commit is contained in:
parent
01446841be
commit
0bb3203216
@ -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.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>
|
||||
<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> min-roots <replaceable>number</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> min-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"/>.
|
||||
</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>
|
||||
<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
|
||||
@ -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
|
||||
whenever possible. If set to <command>no</command>, all transfers
|
||||
to the remote server will be nonincremental. If not set, the value
|
||||
of the <command>provide-ixfr</command> option in the global options block
|
||||
is used as a default.</para>
|
||||
of the <command>provide-ixfr</command> option in the view or
|
||||
global options block is used as a default.</para>
|
||||
|
||||
<para>The <command>request-ixfr</command> clause determines whether
|
||||
the local server, acting as a slave, will request incremental zone
|
||||
transfers from the given remote server, a master. If not set, the
|
||||
value of the <command>request-ixfr</command> option in the global
|
||||
options block is used as a default.</para>
|
||||
value of the <command>request-ixfr</command> option in the view or
|
||||
global options block is used as a default.</para>
|
||||
|
||||
<para>IXFR requests to servers that do not support IXFR will automatically
|
||||
fall back to AXFR. Therefore, there is no need to manually list
|
||||
|
Loading…
x
Reference in New Issue
Block a user