From c22e36e2ffb2a1e4586d0838c81aa44efb3bdd3e Mon Sep 17 00:00:00 2001 From: JINMEI Tatuya Date: Tue, 14 Aug 2012 12:27:46 -0700 Subject: [PATCH] [2066] added a note that list form of ACL match value doesn't work. referring to #2066. --- doc/guide/bind10-guide.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/guide/bind10-guide.xml b/doc/guide/bind10-guide.xml index 64a6040d02..00f7e3aa46 100644 --- a/doc/guide/bind10-guide.xml +++ b/doc/guide/bind10-guide.xml @@ -1403,6 +1403,18 @@ AND_MATCH := "ALL": [ RULE_RAW, RULE_RAW, ... ] will work in a similar way. + + + 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 + Trac #2191. + Until then, the value must be a single string. + + + If that is not enough, you can compose the matching conditions to logical expressions. They are called "ANY", "ALL" and "NOT".