commit | 4a26d2f2fa965e4003b3bf28e5c1d601f94f6582 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Jul 15 16:05:33 2008 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Jul 16 10:29:51 2008 +0200 |
tree | cd35f91806b470de008f9f09ea25b138629a88ce | |
parent | b686644ad8ae30205946fe662b5badaffc61575a [diff] |
[MINOR] acl: add a new parsing function: parse_dotted_ver This new function supports one major and one minor and makes an int of them. It is very convenient to compare versions (eg: SSL) just as if they were plain integers, as the comparison functions will still be based on integers.