]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
added section about zone transfer protocol interoperability issues
authorAndreas Gustafsson <source@isc.org>
Wed, 25 Apr 2001 17:35:20 +0000 (17:35 +0000)
committerAndreas Gustafsson <source@isc.org>
Wed, 25 Apr 2001 17:35:20 +0000 (17:35 +0000)
doc/misc/migration

index ead3b8668102ac534c0d06de1fd5ac59f957c0d2..35501a621ed34c2e2852a8126b461eba013b4c71 100644 (file)
@@ -139,6 +139,8 @@ name is deprecated.  Use \$ instead.
 
 3. Interoperability Impact of New Protocol Features
 
+3.1 EDNS0
+
 BIND 9 uses EDNS0 (RFC2671) to advertise its receive buffer size.  It
 also sets an EDNS flag bit in queries to indicate that it wishes to
 receive DNSSEC responses; this flag bit usage is not yet standardized,
@@ -156,6 +158,19 @@ authoritative servers use this server will be very slow or fail
 completely.  We have contacted the manufacturer of the name server in
 case, and they are working on a solution.
 
+3.2. Zone transfers
+
+Outgoing zone transfers now use the "many-answers" format by default.
+This format is not understood by certain old versions of BIND 4.  
+You can work around this problem using the option "transfer-format
+one-answer;", but since these old versions all have known security
+problems, the correct fix is to upgrade the slave servers.
+
+Some BIND 9 users have reported interoperability problems with zone
+transfers to Microsoft DNS servers that were solved by specifying
+"transfer-format one-answer;", but we are still lacking detailed
+information about this issue.
+
 
 4. Unrestricted Character Set
 
@@ -215,4 +230,4 @@ directing queries for a given domain to a particular set of name
 servers.
 
 
-$Id: migration,v 1.17.2.6 2001/03/19 18:07:45 gson Exp $
+$Id: migration,v 1.17.2.7 2001/04/25 17:35:20 gson Exp $