]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: tools: make str2sa_range() parse unix addresses too
authorWilly Tarreau <w@1wt.eu>
Mon, 4 Mar 2013 18:48:14 +0000 (19:48 +0100)
committerWilly Tarreau <w@1wt.eu>
Fri, 8 Mar 2013 13:04:54 +0000 (14:04 +0100)
commit1558638aafe97cb80bbe35c05afc681a07323536
tree6e882bdd500c74eec59f5aede9d3901bf82c00ea
parentd393a628bb999cd0bdfdf27dca3d921cfe2b3d28
MEDIUM: tools: make str2sa_range() parse unix addresses too

str2sa_range() now considers that any address beginning with '/' is a UNIX
address. It is compatible with all callers at the moment since all of them
perform this test and use a different parser for such addresses. However,
some parsers (eg: servers) still don't check for unix addresses.
src/standard.c