]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: added optional rst-ttl argument to silent-drop in action lists
authorMathias Weiersmueller <mathias.weiersmueller@cyberheads.ch>
Mon, 9 Jan 2023 12:52:06 +0000 (13:52 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Jan 2023 14:34:06 +0000 (15:34 +0100)
This patch adds the optional silent-drop rst-ttl argument to the action lists in
5 places in the configuration manual.

doc/configuration.txt

index a4ab08cf8105de1e8f3f29e793f6abafa1a4a53e..7a22216e3687a2e87fdfd39cffd7869689ddee0a 100644 (file)
@@ -7793,7 +7793,7 @@ http-response <action> <options...> [ { if | unless } <condition> ]
     - set-tos <tos>
     - set-var(<var-name>[,<cond> ...]) <expr>
     - set-var-fmt(<var-name>[,<cond> ...]) <fmt>
-    - silent-drop
+    - silent-drop [ rst-ttl <ttl> ]
     - strict-mode { on | off }
     - track-sc0 <key> [table <table>]
     - track-sc1 <key> [table <table>]
@@ -12727,7 +12727,7 @@ tcp-request connection <action> <options...> [ { if | unless } <condition> ]
     - set-tos <tos>
     - set-var(<var-name>[,<cond> ...]) <expr>
     - set-var-fmt(<var-name>[,<cond> ...]) <fmt>
-    - silent-drop
+    - silent-drop [ rst-ttl <ttl> ]
     - track-sc0 <key> [table <table>]
     - track-sc1 <key> [table <table>]
     - track-sc2 <key> [table <table>]
@@ -12944,7 +12944,7 @@ tcp-request content <action> [{if | unless} <condition>]
     - set-tos <tos>
     - set-var(<var-name>[,<cond> ...]) <expr>
     - set-var-fmt(<var-name>[,<cond> ...]) <fmt>
-    - silent-drop
+    - silent-drop [ rst-ttl <ttl> ]
     - switch-mode http [ proto <name> ]
     - track-sc0 <key> [table <table>]
     - track-sc1 <key> [table <table>]
@@ -13334,7 +13334,7 @@ tcp-request session <action> [{if | unless} <condition>]
     - set-tos <tos>
     - set-var(<var-name>[,<cond> ...]) <expr>
     - set-var-fmt(<var-name>[,<cond> ...]) <fmt>
-    - silent-drop
+    - silent-drop [ rst-ttl <ttl> ]
     - track-sc0 <key> [table <table>]
     - track-sc1 <key> [table <table>]
     - track-sc2 <key> [table <table>]
@@ -13506,7 +13506,7 @@ tcp-response content <action> [{if | unless} <condition>]
     - set-tos <tos>
     - set-var(<var-name>[,<cond> ...]) <expr>
     - set-var-fmt(<var-name>[,<cond> ...]) <fmt>
-    - silent-drop
+    - silent-drop [ rst-ttl <ttl> ]
     - unset-var(<var-name>)
 
   The supported actions are described below.