Skip to content

v0.2.0

Compare
Choose a tag to compare
@c-robinson c-robinson released this 09 Jan 16:58
· 27 commits to main since this release

Initial IPv6 hostmask support and bugfixes

  • add (transparant) support for hostmask in net view and net enumerate commands
  • add parsing for IPv6 hostmask as <address>/<netmask>:hostmask e.g. 2001:db8::/64:32. Will be ignored if not present.
  • add documentation page for hostmask, both to the main and net help pages
  • fix two regressions with v6 to arpa:
    • the address parser was being given the wrong version-hint value
    • the v4 implementation was calling both the v4 and v6 initializer, which sorted before (and clobbered) initialization in the v6 implementation