]> git.ipfire.org Git - thirdparty/bind9.git/commitdiff
Document about trusted-keys Base64 key data ignores spaces,
authorJeremy Reed <jreed@isc.org>
Tue, 17 Jun 2008 13:24:20 +0000 (13:24 +0000)
committerJeremy Reed <jreed@isc.org>
Tue, 17 Jun 2008 13:24:20 +0000 (13:24 +0000)
tabs, newlines, and carriage returns.
This is for by bug #18180.

doc/arm/Bv9ARM-book.xml

index 9e0155c104b6f908f1eaec02097d796e67da93ab..74d06639e8b992514d26a4cf17e4d4002524c953 100644 (file)
@@ -18,7 +18,7 @@
  - PERFORMANCE OF THIS SOFTWARE.
 -->
 
-<!-- File: $Id: Bv9ARM-book.xml,v 1.356 2008/06/17 06:38:58 marka Exp $ -->
+<!-- File: $Id: Bv9ARM-book.xml,v 1.357 2008/06/17 13:24:20 jreed Exp $ -->
 <book xmlns:xi="http://www.w3.org/2001/XInclude">
   <title>BIND 9 Administrator Reference Manual</title>
 
@@ -8133,6 +8133,9 @@ query-source-v6 address * port *;
            multiple key entries, each consisting of the key's
            domain name, flags, protocol, algorithm, and the Base-64
            representation of the key data.
+           Spaces, tabs, newlines and carriage returns are ignored
+           in the key data, so the configuration may be split up into
+           multiple lines.
          </para>
        </sect2>