]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: config: add complete support for str2sa_range() in 'source' and 'usesrc'
authorWilly Tarreau <w@1wt.eu>
Sun, 10 Mar 2013 17:51:54 +0000 (18:51 +0100)
committerWilly Tarreau <w@1wt.eu>
Sun, 10 Mar 2013 19:08:17 +0000 (20:08 +0100)
commit2de5dae80ecfac4bcca9e008ec047141f6d97fba
treeb0d1ab44b426c5756881e82f73189fc046313656
parentb36487e1062c04124cadff3b6ca4b2fe242d2020
MEDIUM: config: add complete support for str2sa_range() in 'source' and 'usesrc'

The 'source' and 'usesrc' statements now completely rely on str2sa_range() to
parse an address. A test is made to ensure that the address family supports
connect().
src/cfgparse.c