mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2024-12-16 00:14:31 +00:00
ed48657e02
In tls_health_checks.vtc, when IPv6 addresses are used, A config error is reported because of the "addr" server parameter. Because there is no specified port, the IPv6 address must be enclosed into brackets to be properly parsed. It also works with IPv4 addresses. But instead, a dummy port is added to the addr parameter. This way, we also check the port parameter, when specified, is used in priority over the port found in the addr parameter. This patch should fix the issue #646. |
||
---|---|---|
.. | ||
1be_40srv_odd_health_checks.vtc | ||
4be_1srv_health_checks.vtc | ||
4be_1srv_smtpchk_httpchk_layer47errors.vtc | ||
40be_2srv_odd_health_checks.vtc | ||
agent-check.vtc | ||
common.pem | ||
http-check-expect.vtc | ||
http-check-send.vtc | ||
http-check.vtc | ||
http-monitor-uri.vtc | ||
ldap-check.vtc | ||
mysql-check.vtc | ||
pgsql-check.vtc | ||
redis-check.vtc | ||
smtp-check.vtc | ||
spop-check.vtc | ||
ssl-hello-check.vtc | ||
tcp-check_min-recv.vtc | ||
tcp-check_multiple_ports.vtc | ||
tcp-check-ssl.vtc | ||
tls_health_checks.vtc |