]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: remove outdated actions lists on tcp-request/response
authorWilly Tarreau <w@1wt.eu>
Mon, 28 Sep 2015 16:47:38 +0000 (18:47 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 28 Sep 2015 16:58:55 +0000 (18:58 +0200)
The valid actions are enumerated in the text, and the small set listed
in the definition is not accurate.

doc/configuration.txt

index 0381385957fd1d74857b66ca3c801371ca39283d..f21add22132a6262a467f6243508befbc96c248e 100644 (file)
@@ -8403,9 +8403,8 @@ tcp-request connection <action> [{if | unless} <condition>]
   May be used in sections :   defaults | frontend | listen | backend
                                  no    |    yes   |   yes  |   no
   Arguments :
-    <action>    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.
+    <action>    defines the action to perform if the condition applies. See
+                below.
 
     <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
                                  no    |    yes   |   yes  |   yes
   Arguments :
-    <action>    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.
+    <action>    defines the action to perform if the condition applies. See
+                below.
 
     <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
                                  no    |    no    |   yes  |   yes
   Arguments :
-    <action>    defines the action to perform if the condition applies. Valid
-                actions include : "accept", "close", "reject", "lua",
-                "sc-inc-gpc0" and "sc-set-gpt0".
+    <action>    defines the action to perform if the condition applies. See
+                below.
 
     <condition> is a standard layer 4-7 ACL-based condition (see section 7).