BUG/MINOR: add missing modes in proxy_mode_str()
authorWilliam Lallemand <wlallemand@haproxy.org>
Tue, 8 Mar 2022 10:50:59 +0000 (11:50 +0100)
committerChristopher Faulet <cfaulet@haproxy.com>
Thu, 10 Mar 2022 09:45:25 +0000 (10:45 +0100)
commite92b1b677024e348f659842389cafa95d35240af
treed8391c8c704875c7f359c0f7c7b4436be4531899
parentf9ffeb689b333387e0955d4f018c72a6be1119a5
BUG/MINOR: add missing modes in proxy_mode_str()

Add the missing PR_MODE_SYSLOG and PR_MODE_PEERS in proxy_mode_str().

Could be backported in every maintained versions.

(cherry picked from commit 06715af9e565c82f39aa157c09d5b9e823490d14)
Signed-off-by: Christopher Faulet <cfaulet@haproxy.com>
src/proxy.c