15 Commits

Author SHA1 Message Date
brent saner
860ad5842b
v0.2.5
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!)
2025-04-13 18:25:32 -04:00
brent saner
c05f9c4d47
v0.2.4
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.
2025-04-13 03:52:43 -04:00
brent saner
4ab83c9069
v0.2.3
ADDED:
* Additional diagram under table subcommand for the IPv6 CIDR segments
2025-04-07 16:03:20 -04:00
brent saner
a00442c204
v0.2.2
FIXED:
* Validations for all were missing. They aren't now.
* Fixed a busted validator for explicit net
2025-04-06 22:46:42 -04:00
brent saner
3c1bc832c0
v0.2.1
FIXED:
* host splitter wasn't working quite correctly; this has been fixed.
2025-04-06 18:26:18 -04:00
brent saner
3c239a4d09
v0.2.0
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.
2025-04-06 01:31:51 -04:00
brent saner
32297d1bba
v0.1.2
FIXED:
* Missing reservation checker
2025-04-04 14:29:07 -04:00
brent saner
d37aa3eb6b
v0.1.1
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.
2025-04-04 11:53:55 -04:00
brent saner
0c8577f149
v0.1.0
ADDED:
* Explicit subnet ordering option for VLSM
2025-04-03 18:35:35 -04:00
brent saner
166fb3be23
v0.0.2
FIXED:
* Ooops, fix go mod
2025-03-10 10:07:51 -04:00
d8469533a7
checking in- needs some refinement then done 2025-02-09 23:07:25 -05:00
brent saner
64b669edc3
finished ipv6 reservations 2025-02-02 11:09:52 -05:00
30355294c0
just needs reserved prefix warnings implemented 2025-02-02 03:45:29 -05:00
3a7ed5973b
this is cool and all but the tables don't render properly 2025-02-01 23:15:54 -05:00
b09cb83017
almost done ackshually 2025-01-31 17:18:35 -05:00