]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2066] revised text about xfrout acl config per my own suggestion
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 14 Aug 2012 19:31:06 +0000 (12:31 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 14 Aug 2012 19:31:06 +0000 (12:31 -0700)
doc/guide/bind10-guide.xml

index 00f7e3aa46da193f135cca6fbee835c049c2d4bc..32592d16c8f4214796764f2f222f0925e1a1e1b6 100644 (file)
@@ -2115,11 +2115,6 @@ http://bind10.isc.org/wiki/ScalableZoneLoadDesign#a7.2UpdatingaZone
       <screen>&gt; <userinput>config show Xfrout/transfer_acl</userinput>
 Xfrout/transfer_acl[0] {"action": "ACCEPT"}    any     (default)</screen>
 
-    <para>
-      You can configure it in the same way as any ACL
-      (<xref linkend="common-acl" />).
-    </para>
-
     <para>
       If you want to require TSIG in access control, a system wide TSIG
       "key ring" must be configured.
@@ -2135,6 +2130,11 @@ Xfrout/transfer_acl[0]   {"action": "ACCEPT"}    any     (default)</screen>
       will use the system wide keyring to check
       TSIGs in the incoming messages and to sign responses.</para>
 
+    <para>
+      For further details on ACL configuration, see 
+      <xref linkend="common-acl" />.
+    </para>
+
     <note><simpara>
         The way to specify zone specific configuration (ACLs, etc) is
         likely to be changed.