v0.2.0
Initial IPv6 hostmask
support and bugfixes
- add (transparant) support for hostmask in
net view
andnet 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