]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: checks: Implement default TCP check using tcp-check rules
authorChristopher Faulet <cfaulet@haproxy.com>
Fri, 17 Apr 2020 18:15:59 +0000 (20:15 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 08:46:28 +0000 (10:46 +0200)
commitd7e639661a49a77f4d49222a0761ec19ab33f843
tree05bb33cb6c1a98676c8561d8174fe40f1f9e3f02
parent14cd316a1ff707779d0cea941e0141332950d39d
MEDIUM: checks: Implement default TCP check using tcp-check rules

Defaut health-checks, without any option, doing only a connection check, are now
based on tcp-checks. An implicit default tcp-check connect rule is used. A
shared tcp-check ruleset, name "*tcp-check" is created to support these checks.
include/types/checks.h
src/checks.c