]> git.kaiwu.me - haproxy.git/commit
MINOR: checks: Add the addr option for tcp-check connect rule
authorChristopher Faulet <cfaulet@haproxy.com>
Tue, 31 Mar 2020 06:15:58 +0000 (08:15 +0200)
committerChristopher Faulet <cfaulet@haproxy.com>
Mon, 27 Apr 2020 07:39:37 +0000 (09:39 +0200)
commit5c28874a6900bba948da7ed7e115188b8d3b0b58
tree7e1c4b3c6eb5e9743b96330912411a7e9ac5e04c
parent4dce5923c8754e755d24eae87c16844da23d6141
MINOR: checks: Add the addr option for tcp-check connect rule

With this option, it is now possible to use a specific address to open the
connection for a tcp-check connect rule. If the port option is also specified,
it is used in priority.
doc/configuration.txt
include/types/checks.h
src/checks.c