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.