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>
Tue, 16 Mar 2021 08:03:13 +0000 (09:03 +0100)
commit5834848252fbc7a6f192e600eb56f388de3258b1
tree9296399c70048d700ad507d7998f5028f0012d41
parent37e583d80dfb3fabdfaeb9a6daa31d84bc199fe9
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>
src/tcp_rules.c