]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: use str2sa_range() to parse server addresses
authorWilly Tarreau <w@1wt.eu>
Wed, 20 Feb 2013 18:06:35 +0000 (19:06 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 20 Feb 2013 18:23:43 +0000 (19:23 +0100)
commitdbfa445bbc36455d3373d9564893d4871047c6a4
treea601a6e4d6a1fde73498284d081619d44e3f468a
parent6d03cc3ab48cfb33a094a4d34cbb00d2689ea67f
MEDIUM: config: use str2sa_range() to parse server addresses

Similarly to previous changes, we're now able to detect other invalid
addresses thanks to the use of this function (eg: port ranges).
src/cfgparse.c