]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
DOC: typo: fix sc-set-gpt references
authorJohannes Naab <johannes.naab@hetzner-cloud.de>
Thu, 10 Aug 2023 12:10:37 +0000 (14:10 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 14 Aug 2023 07:04:45 +0000 (09:04 +0200)
Only sc-inc-gpc and sc-set-gpt do exist. The mix-up sc-inc-gpt crept in
in 71d189219 (DOC: config: Rework and uniformize how TCP/HTTP rules are
documented, 2021-10-14) and got copied in a92480462 (MINOR: http-rules:
Add missing actions in http-after-response ruleset, 2023-01-05).

doc/configuration.txt

index d6389a799f70983483c2adf62af49e197c66aae9..bb47a3f98b8a76378c7936e969265d10577eb8b9 100644 (file)
@@ -6287,7 +6287,7 @@ http-after-response sc-set-gpt0(<sc-id>) { <int> | <expr> }
 
   These actions set the 32-bit unsigned General Purpose Tags according to the
   sticky counter designated by <sc-id>. Please refer to "http-request
-  sc-inc-gpt" and "http-request sc-inc-gpt0" for a complete description.
+  sc-set-gpt" and "http-request sc-set-gpt0" for a complete description.
 
 http-after-response set-log-level <level> [ { if | unless } <condition> ]
 
@@ -8329,7 +8329,7 @@ http-response sc-set-gpt0(<sc-id>) { <int> | <expr> }
 
   These actions set the 32-bit unsigned General Purpose Tags according to the
   sticky counter designated by <sc-id>. Please refer to "http-request
-  sc-inc-gpt" and "http-request sc-inc-gpt0" for a complete description.
+  sc-set-gpt" and "http-request sc-set-gpt0" for a complete description.
 
 http-response send-spoe-group <engine-name> <group-name>
                               [ { if | unless } <condition> ]
@@ -13315,7 +13315,7 @@ tcp-request connection sc-set-gpt0(<sc-id>) { <int> | <expr> }
 
   These actions set the 32-bit unsigned General Purpose Tags according to the
   sticky counter designated by <sc-id>. Please refer to "http-request
-  sc-inc-gpt" and "http-request sc-inc-gpt0" for a complete description.
+  sc-set-gpt" and "http-request sc-set-gpt0" for a complete description.
 
 tcp-request connection set-dst <expr> [ { if | unless } <condition> ]
 tcp-request connection set-dst-port <expr> [ { if | unless } <condition> ]
@@ -13612,7 +13612,7 @@ tcp-request content sc-set-gpt0(<sc-id>) { <int> | <expr> }
 
   These actions set the 32-bit unsigned General Purpose Tags according to the
   sticky counter designated by <sc-id>. Please refer to "http-request
-  sc-inc-gpt" and "http-request sc-inc-gpt0" for a complete description.
+  sc-set-gpt" and "http-request sc-set-gpt0" for a complete description.
 
 tcp-request content send-spoe-group <engine-name> <group-name>
                     [ { if | unless } <condition> ]
@@ -13914,7 +13914,7 @@ tcp-request session sc-set-gpt0(<sc-id>) { <int> | <expr> }
 
   These actions set the 32-bit unsigned General Purpose Tags according to the
   sticky counter designated by <sc-id>. Please refer to "tcp-request connection
-  sc-inc-gpt" and "tcp-request connection sc-inc-gpt0" for a complete
+  sc-set-gpt" and "tcp-request connection sc-set-gpt0" for a complete
   description.
 
 tcp-request session set-dst <expr> [ { if | unless } <condition> ]
@@ -14083,7 +14083,7 @@ tcp-resposne content sc-set-gpt0(<sc-id>) { <int> | <expr> }
 
   These actions set the 32-bit unsigned General Purpose Tags according to the
   sticky counter designated by <sc-id>. Please refer to "http-request
-  sc-inc-gpt" and "http-request sc-inc-gpt0" for a complete description.
+  sc-set-gpt" and "http-request sc-set-gpt0" for a complete description.
 
 tcp-response content send-spoe-group <engine-name> <group-name>
                      [ { if | unless } <condition> ]