]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Adjusted cf.data.pre to reflect cross-vectoring point adaptation plan support.
authorAlex Rousskov <rousskov@measurement-factory.com>
Tue, 6 Sep 2011 20:10:26 +0000 (14:10 -0600)
committerAlex Rousskov <rousskov@measurement-factory.com>
Tue, 6 Sep 2011 20:10:26 +0000 (14:10 -0600)
These documentation changes were somehow missed from the r11327 commit that
introduced support for dynamic adaptation plans that cover multiple vectoring
points.

src/cf.data.pre

index 6737e056eb94a9c5a5f16c28ac57d8651b9c3f01..0017664fa5cde780ee68e5dbf55b174d547d0388 100644 (file)
@@ -6574,11 +6574,12 @@ DOC_START
                returning a chain of services to be used next. The services
                are specified using the X-Next-Services ICAP response header
                value, formatted as a comma-separated list of service names.
-               Each named service should be configured in squid.conf and
-               should have the same method and vectoring point as the current
-               ICAP transaction.  Services violating these rules are ignored.
-               An empty X-Next-Services value results in an empty plan which
-               ends the current adaptation. 
+               Each named service should be configured in squid.conf. Other
+               services are ignored. An empty X-Next-Services value results
+               in an empty plan which ends the current adaptation.
+
+               Dynamic adaptation plan may cross or cover multiple supported
+               vectoring points in their natural processing order.
 
                Routing is not allowed by default: the ICAP X-Next-Services
                response header is ignored.