]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Release notes on tag ACL
authorAmos Jeffries <squid3@treenet.co.nz>
Fri, 5 Jun 2009 23:55:01 +0000 (11:55 +1200)
committerAmos Jeffries <squid3@treenet.co.nz>
Fri, 5 Jun 2009 23:55:01 +0000 (11:55 +1200)
doc/release-notes/release-3.1.sgml

index 6e9d5e7e2a40451aed0936705ce4db7dbfbd6645..4b36b19abb4522c8f93fde32a1067f5fd99837cf 100644 (file)
@@ -785,9 +785,10 @@ NOCOMMENT_START
 <sect1>Changes to existing tags<label id="modifiedtags">
 <p>
 <descrip>
-       <tag>acl dst ipv6</tag>
+       <tag>acl</tag>
        <p>New preset content <em>ipv6</em> available as a preset type in the src and dst ACL matching all of the public IPv6 network space.
        <p>New acl type myportname, matching the name of the http_port or https_port where the request was accepted.
+       <p>New acl type tag, matching the tag= returned from the external_acl_type helper.
        <p>New acl type peername, matching against a named cache_peer entry where the request will be attempted first.
           NP: peername currently is limited to only match the first peer possible.
         <verb>
@@ -795,6 +796,7 @@ NOCOMMENT_START
        acl aclname src ipv6                    # request from IPv6 address
         acl aclname myportname 3128 ...         # http(s)_port name
        acl aclname peername myPeer ...         # cache_peer ... name=myPeer
+       acl aclname tag value ...               # tag= option from external ACL
        </verb>
 
        <tag>auth_param ntlm, basic, digest</tag>