]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
2946. [doc] Document the default values for the minimum and maximum
authorMark Andrews <marka@isc.org>
Fri, 20 Aug 2010 01:40:14 +0000 (01:40 +0000)
committerMark Andrews <marka@isc.org>
Fri, 20 Aug 2010 01:40:14 +0000 (01:40 +0000)
                        zone refresh and retry values in the ARM. [RT #21886]

CHANGES
doc/arm/Bv9ARM-book.xml

diff --git a/CHANGES b/CHANGES
index 3d464221085d1ad09a9904b8fe624b18a5b639a2..cfd3335006b37eb2e75aabb3a9c1a83392f83a63 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,3 +1,6 @@
+2946.  [doc]           Document the default values for the minimum and maximum
+                       zone refresh and retry values in the ARM. [RT #21886]
+
 2945.  [doc]           Update empty-zones list in ARM. [RT #21772]
 
 2944.  [maint]         Remove ORCHID prefix from built in empty zones.
index 885bb6db649106b459c71046123d59f3a1db844c..405d8e0f64fc265029d19071fe5d7e5e005b0624 100644 (file)
@@ -35,7 +35,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.340.24.53 2010/08/20 00:23:56 marka Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.340.24.54 2010/08/20 01:40:14 marka Exp $ -->
 <book xmlns:xi="http://www.w3.org/2001/XInclude">
   <title>BIND 9 Administrator Reference Manual</title>
 
@@ -7794,6 +7794,14 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
                   and clamp the SOA refresh and retry times to the specified
                   values.
                 </para>
+               <para>
+                 The following defaults apply.
+                 <command>min-refresh-time</command> 300 seconds,
+                 <command>max-refresh-time</command> 2419200 seconds
+                 (4 weeks), <command>min-retry-time</command> 500 seconds,
+                 and <command>max-retry-time</command> 1209600 seconds
+                 (2 weeks).
+               </para>
               </listitem>
             </varlistentry>