]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: contrib: make the iprange tool grep for addresses
authorWilly Tarreau <w@1wt.eu>
Wed, 12 Dec 2012 23:11:02 +0000 (00:11 +0100)
committerWilly Tarreau <w@1wt.eu>
Wed, 12 Dec 2012 23:11:02 +0000 (00:11 +0100)
commit04281bd1adb70a221bf3c14db94d4d9add0e2d61
tree15c4043398477082143f848aa804ebfdd0358383
parent0cae4b3218d4535eeddfee7cdc51e298b5872a76
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.
contrib/iprange/iprange.c