ADDED:
* num-addrs subcommand, to get the number of hosts/addresses in a given
prefix length
* get-net subcommand, to more easily get a single subnet from either the
beginning or the end of a prefix. (MUCH FASTER than CIDR-splitting!)
FIXED:
* IPv6 split-nets splitter didn't work. It does not.
https://github.com/projectdiscovery/mapcidr/issues/628
Noticed.
As such, this library/program has *completely removed*
ALL use of the mapcidr library as it cannot be expected
to be accurate.
ADDED:
* num-nets subcommand' this is MUCH much faster than actually splitting
if you're trying to figure out how many times a given subnet fits into
a network.
ADDED:
* The -s/--size argument to the VLSM splitter may now be a
comma-delimited list of sizes instead of needing to specify -s/--size
for each size.
This change is backwards-compatible.