commit | 45c742be05232dc115f80c24ac169f080bbfaa12 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Nov 24 14:51:17 2016 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Nov 24 16:59:28 2016 +0100 |
tree | 2cf40f76c7d2cbcf582579938154637bca6adf8b | |
parent | 58d9cb7d22c1b0d8239543443131e3e3658375d0 [diff] |
REORG: cli: move the "set rate-limit" functions to their own parser All 4 rate-limit settings were handled at once given that exactly the same checks are performed on them. In case of missing or incorrect argument, the detailed supported options are printed with their use case. This was the last specific entry in the CLI parser, some additional cleanup may still be done.