]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: config: use the new bind_parse_args_list() to parse a "bind" line
authorWilly Tarreau <w@1wt.eu>
Fri, 20 May 2022 13:44:17 +0000 (15:44 +0200)
committerWilly Tarreau <w@1wt.eu>
Fri, 20 May 2022 16:39:43 +0000 (18:39 +0200)
commit55f0f7bb54bc09f1a14cadb07199c7b9f2277f49
tree0f1886a86e72278bc6fe61b3340ad0996e483a0b
parent3882d2a96ca1d37f60ea81f3ee993c39d808ce32
MINOR: config: use the new bind_parse_args_list() to parse a "bind" line

This now makes sure that both the peers' "bind" line and the regular one
will use the exact same parser with the exact same behavior. Note that
the parser applies after the address and that it could be factored
further, since the peers one still does quite a bit of duplicated work.
src/cfgparse-listen.c
src/cfgparse.c