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.
This commit is contained in:
parent
45059e9b98
commit
c870bfd0e9
@ -8403,9 +8403,8 @@ tcp-request connection <action> [{if | unless} <condition>]
|
|||||||
May be used in sections : defaults | frontend | listen | backend
|
May be used in sections : defaults | frontend | listen | backend
|
||||||
no | yes | yes | no
|
no | yes | yes | no
|
||||||
Arguments :
|
Arguments :
|
||||||
<action> defines the action to perform if the condition applies. Valid
|
<action> defines the action to perform if the condition applies. See
|
||||||
actions include : "accept", "reject", "track-sc0", "track-sc1",
|
below.
|
||||||
"track-sc2", and "expect-proxy". See below for more details.
|
|
||||||
|
|
||||||
<condition> is a standard layer4-only ACL-based condition (see section 7).
|
<condition> is a standard layer4-only ACL-based condition (see section 7).
|
||||||
|
|
||||||
@ -8551,10 +8550,8 @@ tcp-request content <action> [{if | unless} <condition>]
|
|||||||
May be used in sections : defaults | frontend | listen | backend
|
May be used in sections : defaults | frontend | listen | backend
|
||||||
no | yes | yes | yes
|
no | yes | yes | yes
|
||||||
Arguments :
|
Arguments :
|
||||||
<action> defines the action to perform if the condition applies. Valid
|
<action> defines the action to perform if the condition applies. See
|
||||||
actions include : "accept", "reject", "track-sc0", "track-sc1",
|
below.
|
||||||
"track-sc2", "sc-inc-gpc0", "sc-set-gpt0", "capture" and "lua".
|
|
||||||
See "tcp-request connection" above for their signification.
|
|
||||||
|
|
||||||
<condition> is a standard layer 4-7 ACL-based condition (see section 7).
|
<condition> is a standard layer 4-7 ACL-based condition (see section 7).
|
||||||
|
|
||||||
@ -8755,9 +8752,8 @@ tcp-response content <action> [{if | unless} <condition>]
|
|||||||
May be used in sections : defaults | frontend | listen | backend
|
May be used in sections : defaults | frontend | listen | backend
|
||||||
no | no | yes | yes
|
no | no | yes | yes
|
||||||
Arguments :
|
Arguments :
|
||||||
<action> defines the action to perform if the condition applies. Valid
|
<action> defines the action to perform if the condition applies. See
|
||||||
actions include : "accept", "close", "reject", "lua",
|
below.
|
||||||
"sc-inc-gpc0" and "sc-set-gpt0".
|
|
||||||
|
|
||||||
<condition> is a standard layer 4-7 ACL-based condition (see section 7).
|
<condition> is a standard layer 4-7 ACL-based condition (see section 7).
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user