]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: checks: Add an option to set success status of tcp-check expect rules
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 7 Apr 2020 12:56:26 +0000 (14:56 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:38 +0000 (09:39 +0200)
commitec07e386a732adefd9bc048264cfee00c3f463e2
treedd41956e00bce32c3b485d4d3b53ac3447ced7d4
parent799f3a462161dd3747d53b912575afafe7f05b2c
MINOR: checks: Add an option to set success status of tcp-check expect rules

It is now possible to specified the healthcheck status to use on success of a
tcp-check rule, if it is the last evaluated rule. The option "ok-status"
supports "L4OK", "L6OK", "L7OK" and "L7OKC" status.
doc/configuration.txt
include/types/checks.h
src/checks.c