]> git.ipfire.org Git - thirdparty/haproxy.git/commit
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)
committerWilly Tarreau <w@1wt.eu>
Fri, 12 Mar 2021 13:13:20 +0000 (14:13 +0100)
commit72d012fbd971bfd8b2bf6ab022572a816b759cbd
tree456333735e38df8a662374b9d9381374fcc292d2
parent47a30c456c8ba8c77a501aa43cd4a1ce79f6941b
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.
src/tcp_rules.c