commit | 04281bd1adb70a221bf3c14db94d4d9add0e2d61 | [log] [tgz] |
---|---|---|
author | Willy Tarreau <w@1wt.eu> | Thu Dec 13 00:11:02 2012 +0100 |
committer | Willy Tarreau <w@1wt.eu> | Thu Dec 13 00:11:02 2012 +0100 |
tree | 15c4043398477082143f848aa804ebfdd0358383 | |
parent | 0cae4b3218d4535eeddfee7cdc51e298b5872a76 [diff] |
MINOR: contrib: make the iprange tool grep for addresses The iprange tool is handy for transforming network range formats, but it's common to need a tool for running quick checks on the output. The tool now supports a list of addresses on the command line, and it will only output those which match. It's absolutely inefficient but is handy for debugging.