From: Willy Tarreau Date: Mon, 28 Sep 2015 16:47:38 +0000 (+0200) Subject: DOC: remove outdated actions lists on tcp-request/response X-Git-Tag: v1.6-dev6~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=c870bfd0e92aa792c1ce97d56fb914cc890839bb;p=thirdparty%2Fhaproxy.git DOC: remove outdated actions lists on tcp-request/response The valid actions are enumerated in the text, and the small set listed in the definition is not accurate. --- diff --git a/doc/configuration.txt b/doc/configuration.txt index 0381385957..f21add2213 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -8403,9 +8403,8 @@ tcp-request connection [{if | unless} ] May be used in sections : defaults | frontend | listen | backend no | yes | yes | no Arguments : - defines the action to perform if the condition applies. Valid - actions include : "accept", "reject", "track-sc0", "track-sc1", - "track-sc2", and "expect-proxy". See below for more details. + defines the action to perform if the condition applies. See + below. is a standard layer4-only ACL-based condition (see section 7). @@ -8551,10 +8550,8 @@ tcp-request content [{if | unless} ] May be used in sections : defaults | frontend | listen | backend no | yes | yes | yes Arguments : - defines the action to perform if the condition applies. Valid - actions include : "accept", "reject", "track-sc0", "track-sc1", - "track-sc2", "sc-inc-gpc0", "sc-set-gpt0", "capture" and "lua". - See "tcp-request connection" above for their signification. + defines the action to perform if the condition applies. See + below. is a standard layer 4-7 ACL-based condition (see section 7). @@ -8755,9 +8752,8 @@ tcp-response content [{if | unless} ] May be used in sections : defaults | frontend | listen | backend no | no | yes | yes Arguments : - defines the action to perform if the condition applies. Valid - actions include : "accept", "close", "reject", "lua", - "sc-inc-gpc0" and "sc-set-gpt0". + defines the action to perform if the condition applies. See + below. is a standard layer 4-7 ACL-based condition (see section 7).