commit | 55f0f7bb54bc09f1a14cadb07199c7b9f2277f49 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Fri May 20 15:44:17 2022 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Fri May 20 18:39:43 2022 +0200 |
tree | 0f1886a86e72278bc6fe61b3340ad0996e483a0b | |
parent | 3882d2a96ca1d37f60ea81f3ee993c39d808ce32 [diff] |
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.