IPv6Network1.0.0
class IPv6Network
Properties
-
-
-
-
-
link
The first address in this network. Will be equivalent to
lastAddresswhenprefixis equal tobitWidth. -
link
The last address in this network. Will be equivalent to
firstAddresswhenprefixis equal tobitWidth.
Methods()
-
-
-
-
-
-
-
-
-
-
-
linkfunction
Calculate all subnets of this network with prefix
target. For example, given IPv6Network("2620:149:a:960::/61").subdivideTo(64), it outputs 8 /64 networks
An IPv6 network.