commit | 4858fb2e18e84b2784d975b02d03a1df2819eb35 | [log] [tgz] |
---|---|---|
author | William Dauchy <wdauchy@gmail.com> | Wed Feb 03 22:30:09 2021 +0100 |
committer | Christopher Faulet <cfaulet@haproxy.com> | Thu Feb 04 14:00:38 2021 +0100 |
tree | 923d372d22fd5fade9a0fbd54c0195b630464a09 | |
parent | 1c921cd748d8c7f69b45453bb74f3445de24c0e2 [diff] |
MEDIUM: check: align agentaddr and agentport behaviour in the same manner of agentaddr, we now: - permit to set agentport through `port` keyword, like it is the case for agentaddr through `addr` - set the priority on `agent-port` keyword when used - add a flag to be able to test when the value is set like for agentaddr it makes the behaviour between `addr` and `port` more consistent. Signed-off-by: William Dauchy <wdauchy@gmail.com>