commit | 809587635e897022d11cc20a15e30d146fa5880d | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 15 10:30:39 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 16 22:08:07 2020 +0200 |
tree | 85e58148f11c4a5949273a5e68553f3eef2a10ae | |
parent | cd3a5591f68ee7d053c5aeabe41526642ef7baff [diff] |
MINOR: tools: add several PA_O_PORT_* flags in str2sa_range() callers These flags indicate what is expected regarding port specifications. Some callers accept none, some need fixed ports, some have it mandatory, some support ranges, and some take an offset. Each possibilty is reflected by an option. For now they are not exploited, but the goal is to instrument str2sa_range() to properly parse that.