]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: config: Add missing actions in "tcp-request session" documentation
authorChristopher Faulet <cfaulet@haproxy.com>
Wed, 23 Jun 2021 10:19:25 +0000 (12:19 +0200)
committerChristopher 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

index 10a19480fba151a409c2664310cd686069c36899..49f7e189c458282f1c7bd33eb628dd50d5cb0810 100644 (file)
@@ -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