From d5590ef633a94675d592579fdee5d97ec4d5f02a Mon Sep 17 00:00:00 2001 From: Johannes Naab Date: Thu, 10 Aug 2023 14:10:37 +0200 Subject: [PATCH] DOC: typo: fix sc-set-gpt references 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/configuration.txt b/doc/configuration.txt index d6389a799f..bb47a3f98b 100644 --- a/doc/configuration.txt +++ b/doc/configuration.txt @@ -6287,7 +6287,7 @@ http-after-response sc-set-gpt0() { | } These actions set the 32-bit unsigned General Purpose Tags according to the sticky counter designated by . 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 [ { if | unless } ] @@ -8329,7 +8329,7 @@ http-response sc-set-gpt0() { | } These actions set the 32-bit unsigned General Purpose Tags according to the sticky counter designated by . 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 [ { if | unless } ] @@ -13315,7 +13315,7 @@ tcp-request connection sc-set-gpt0() { | } These actions set the 32-bit unsigned General Purpose Tags according to the sticky counter designated by . 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 [ { if | unless } ] tcp-request connection set-dst-port [ { if | unless } ] @@ -13612,7 +13612,7 @@ tcp-request content sc-set-gpt0() { | } These actions set the 32-bit unsigned General Purpose Tags according to the sticky counter designated by . 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 [ { if | unless } ] @@ -13914,7 +13914,7 @@ tcp-request session sc-set-gpt0() { | } These actions set the 32-bit unsigned General Purpose Tags according to the sticky counter designated by . 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 [ { if | unless } ] @@ -14083,7 +14083,7 @@ tcp-resposne content sc-set-gpt0() { | } These actions set the 32-bit unsigned General Purpose Tags according to the sticky counter designated by . 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 [ { if | unless } ]