commit | 6d03cc3ab48cfb33a094a4d34cbb00d2689ea67f | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Wed Feb 20 17:26:02 2013 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Wed Feb 20 17:29:30 2013 +0100 |
tree | 77c7f1594b7fc72d0ef76b792fd70af349572bc1 | |
parent | d4448bc8366588ca574b83aaf8abe2de557522f5 [diff] |
MEDIUM: config: make use of str2sa_range() instead of str2sa() When parsing the config, we now use str2sa_range() to detect when ranges or port offsets were improperly used. Among the new checks are "log", "source", "addr", "usesrc" which previously didn't check for extra parameters.