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 10a1948..49f7e18 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