]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Document the 'request-ixfr-max-diffs' configuration option
authorAram Sargsyan <aram@isc.org>
Fri, 7 Jun 2024 14:51:51 +0000 (14:51 +0000)
committerArаm Sаrgsyаn <aram@isc.org>
Thu, 22 Aug 2024 13:42:27 +0000 (13:42 +0000)
Document the new configuration option and its default value.

doc/arm/reference.rst

index 75f4fe938b75325a066a7e2b30d90a061dea22a7..d4a8cd76a9ce4bc933b06899d054ff419dfaebaa 100644 (file)
@@ -2503,6 +2503,20 @@ Boolean Options
    or view setting for that zone. It may also be set in the
    :namedconf:ref:`server` block.
 
+.. namedconf:statement:: request-ixfr-max-diffs
+   :tags: transfer
+   :short: Sets the maximum number of incoming incremental zone transfer (IXFR) differences, exceeding which triggers a full zone transfer (AXFR).
+
+   The :any:`request-ixfr-max-diffs` clause configured for the local server,
+   acting as a secondary, sets the maximum number of incremental zone transfer
+   (IXFR) differences after which the secondary server will abort the
+   incremental zone transfer process and requeast a full zone transfer (AXFR).
+   The default value is ``0``, which means there is no maximum limit.
+
+   It may also be set in the zone block; if set there, it overrides the global
+   or view setting for that zone. It may also be set in the
+   :namedconf:ref:`server` block.
+
 .. namedconf:statement:: request-expire
    :tags: transfer, query
    :short: Specifies whether the local server requests the EDNS EXPIRE value, when acting as a secondary.