]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: use str2sa_range() to parse peers addresses
authorWilly Tarreau <w@1wt.eu>
Wed, 20 Feb 2013 18:20:59 +0000 (19:20 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 20 Feb 2013 18:23:44 +0000 (19:23 +0100)
commit2aa388025f84c7fc01064f42d4ad5577f003fd76
tree01e1df00188e6dfcb5cf5dc8809fc0d0f3fedfbc
parentdbfa445bbc36455d3373d9564893d4871047c6a4
MEDIUM: config: use str2sa_range() to parse peers addresses

Similarly to previous changes, use str2sa_range() so that we can
detect invalid addresses or port configurations in peers.
src/cfgparse.c