commit | 8b0fa8f0ab79188bd1f9ea4f5dc1347d0d72b4e9 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Tue Sep 15 11:52:23 2020 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Wed Sep 16 22:08:08 2020 +0200 |
tree | 43b9265aa3e8af9c1f2d3078982055d66a1da78e | |
parent | 7f96a8474c712b5b8dacd0ce7cf133a98ae39eb0 [diff] |
MEDIUM: config: remove all checks for missing/invalid ports/ranges Now that str2sa_range() checks for appropriate port specification, we don't need to implement adhoc test cases in every call place, if the result is valid, the conditions are met otherwise the error message is appropriately filled.