]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2066] added a note that list form of ACL match value doesn't work.
authorJINMEI Tatuya <jinmei@isc.org>
Tue, 14 Aug 2012 19:27:46 +0000 (12:27 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Tue, 14 Aug 2012 19:27:46 +0000 (12:27 -0700)
referring to #2066.

doc/guide/bind10-guide.xml

index 64a6040d0267438d39c57a4a25254d766571f83b..00f7e3aa46da193f135cca6fbee835c049c2d4bc 100644 (file)
@@ -1403,6 +1403,18 @@ AND_MATCH := "ALL": [ RULE_RAW, RULE_RAW, ... ]
           will work in a similar way.
         </para>
 
+        <note>
+          <simpara>
+           The list form is currently rejected due to an
+           implementation bug.  There is a plan to fix it relatively
+           soon, so the syntax is kept here, but note that it won't
+           work until the bug is fixed.  To keep track of the status
+           of the issue, see
+           <ulink url="http://bind10.isc.org/ticket/2191">Trac #2191</ulink>.
+           Until then, the value must be a single string.
+          </simpara>
+        </note>
+
         <para>
           If that is not enough, you can compose the matching conditions
           to logical expressions. They are called "ANY", "ALL" and "NOT".