CLEANUP: tcp-rules: add missing actions in the tcp-request error message
authorWilly Tarreau <w@1wt.eu>
Fri, 12 Mar 2021 12:42:43 +0000 (13:42 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 18 Mar 2021 08:23:21 +0000 (09:23 +0100)
commit1f5bf1334615c97020c9a5b0425dfb68e14680c1
treecfc4b8164c06552b7d3367fb7bc82cd40f4bb649
parent25af0d411fb8af2bef3e763c2a7e7ea9c561194b
CLEANUP: tcp-rules: add missing actions in the tcp-request error message

The tcp-request error message only mentions "accept", "reject" and
track-sc*, but there are a few other ones that were missing, so let's
add them.

This could be backported, though it's not likely that it will help anyone
with an existing config.

(cherry picked from commit 72d012fbd971bfd8b2bf6ab022572a816b759cbd)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 5834848252fbc7a6f192e600eb56f388de3258b1)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
(cherry picked from commit 02b2e0567d9b668549dd9e0a1d04424c3a3f29cf)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/tcp_rules.c