]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
For bugs ticket 18302: explain why "Setting max-cache-ttl to 0
authorJeremy Reed <jreed@isc.org>
Fri, 17 Oct 2008 19:27:52 +0000 (19:27 +0000)
committerJeremy Reed <jreed@isc.org>
Fri, 17 Oct 2008 19:27:52 +0000 (19:27 +0000)
causes SERVFAIL errors for (all?) recursive lookups"

doc/arm/Bv9ARM-book.xml

index 8d85b8ad8a080e4ee93a3771ffd7804248569bb5..3e8bf3e81bcebc1c08307d63b24b61a098ac6295 100644 (file)
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.374 2008/10/15 13:42:44 jreed Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.375 2008/10/17 19:27:52 jreed Exp $ -->
 <book xmlns:xi="http://www.w3.org/2001/XInclude">
   <title>BIND 9 Administrator Reference Manual</title>
 
@@ -7425,6 +7425,10 @@ avoid-v6-udp-ports { 40000; range 50000 60000; };
                  Sets the maximum time for which the server will
                   cache ordinary (positive) answers. The default is
                   one week (7 days).
+                 A value of zero may cause all queries to return
+                 SERVFAIL, because of lost caches of intermediate
+                 RRsets (such as NS and glue AAAA/A records) in the
+                 resolution process.
                 </para>
               </listitem>
             </varlistentry>