commit | f2c27a5c67d90ad82e27829278c775c0ea22abde | [log] [tgz] |
---|---|---|
author | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Jul 23 15:46:46 2021 +0200 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Fri Aug 06 11:08:04 2021 +0200 |
tree | 6a49bb8fc7d39b08020f201c2b90ffa8893ebc60 | |
parent | fca18172d9d5691ab9bf631321da780c69f56dde [diff] |
MINOR: check: allocate default check ruleset for every backends Allocate default tcp ruleset for every backend without explicit rules defined, even if no server in the backend use check. This change is required to implement checks for dynamic servers. This allocation is done on check_config_validity. It must absolutely be called before check_proxy_tcpcheck (called via post proxy check) which allocate the implicit tcp connect rule.