cidr2range-1.0.0
UmanShahzad
released this
26 May 11:15
·
657 commits
to master
since this release
cidr2range
is a utility for converting from CIDRs to IP ranges. For example,
1.1.1.0/30
gives 1.1.1.0-1.1.1.3
.
Files containing CIDRs can also be passed in via stdin and/or arguments.
See cidr2range --help
for details.