]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
note changed default of transfer-format option
authorAndreas Gustafsson <source@isc.org>
Mon, 19 Mar 2001 18:07:45 +0000 (18:07 +0000)
committerAndreas Gustafsson <source@isc.org>
Mon, 19 Mar 2001 18:07:45 +0000 (18:07 +0000)
doc/misc/migration

index e69a83f6adcd6294cc4411a6505898ea0b0ae730..ead3b8668102ac534c0d06de1fd5ac59f957c0d2 100644 (file)
@@ -26,6 +26,12 @@ one of the following lines to the named.conf options { } block:
    auth-nxdomain no;   # conform to RFC1035
    auth-nxdomain yes;  # do what BIND 8 did by default
 
+The default of the "transfer-format" option has changed from
+"one-answer" to "many-answers".  If you have slave servers that do not
+understand the many-answers zone transfer format (e.g., BIND 4.9.5 or
+older) you need to explicitly specify "transfer-format one-answer;" in
+either the options block or a server statement.
+
 1.2. Handling of Configuration File Errors
 
 In BIND 9, named refuses to start if it detects an error in
@@ -209,4 +215,4 @@ directing queries for a given domain to a particular set of name
 servers.
 
 
-$Id: migration,v 1.17.2.5 2001/03/11 18:39:53 bwelling Exp $
+$Id: migration,v 1.17.2.6 2001/03/19 18:07:45 gson Exp $