projects
/
haproxy-2.5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
19bbbe0
)
DOC: config: Add missing actions in "tcp-request session" documentation
author
Christopher Faulet
<cfaulet@haproxy.com>
Wed, 23 Jun 2021 10:19:25 +0000
(12:19 +0200)
committer
Christopher Faulet
<cfaulet@haproxy.com>
Wed, 23 Jun 2021 10:19:26 +0000
(12:19 +0200)
set-src/set-src-port and set-dst/set-dst-port actions were not listed in the
documentation of "tcp-request session".
This patch may be backported to all stable versions.
doc/configuration.txt
patch
|
blob
|
history
diff --git
a/doc/configuration.txt
b/doc/configuration.txt
index
10a1948
..
49f7e18
100644
(file)
--- a/
doc/configuration.txt
+++ b/
doc/configuration.txt
@@
-12492,6
+12492,10
@@
tcp-request session <action> [{if | unless} <condition>]
- sc-inc-gpc0(<sc-id>)
- sc-inc-gpc1(<sc-id>)
- sc-set-gpt0(<sc-id>) { <int> | <expr> }
+ - set-dst <expr>
+ - set-dst-port <expr>
+ - set-src <expr>
+ - set-src-port <expr>
- set-var(<var-name>) <expr>
- unset-var(<var-name>)
- silent-drop