]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2005] some clarification on a config param
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 18 Jun 2012 22:57:01 +0000 (15:57 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 18 Jun 2012 22:57:01 +0000 (15:57 -0700)
doc/guide/bind10-guide.xml

index e118989601d22542a2b9701a986c1854074ff734..c65ca8ac93639f9ed66b469b4e4d36f286f8fad7 100644 (file)
@@ -2112,7 +2112,8 @@ what is XfroutClient xfr_client??
         The following configuration sequence will add a new rule to
         ACL created in the above example.  This additional rule
        allows update requests sent from a client
-        using TSIG key name of "key.example" and has an IPv6 address of ::1.
+        using TSIG key name of "key.example" (different from the
+        key used in the previous example) and has an IPv6 address of ::1.
       <screen>
 &gt; <userinput>config add DDNS/zones[0]/update_acl {"action": "ACCEPT", "from": "::1", "key": "key.example"}</userinput>
 &gt; <userinput>config show DDNS/zones[0]/update_acl</userinput>