]> git.kaiwu.me - haproxy.git/commit
MINOR: tcpcheck: Extract tcpheck ruleset post-config in a dedicated function
authorChristopher Faulet <cfaulet@haproxy.com>
Mon, 30 Mar 2026 05:50:17 +0000 (07:50 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Wed, 1 Apr 2026 14:34:38 +0000 (16:34 +0200)
commit44c02854ca5f254dc88e52ab6087717aba928dd1
tree7ca79608fff32ff780f699f1bcd124059fa10829
parent275bd9ec0372a00d73428887b3f916c00da270d6
MINOR: tcpcheck: Extract tcpheck ruleset post-config in a dedicated function

This will be mandatory to attache a healthcheck section to a server.
check_tcpcheck_ruleset() function is introduced for this purpose.
include/haproxy/tcpcheck.h
src/tcpcheck.c