IPv4Network1.2.1
class IPv4Network
Properties
-
-
-
-
-
link
The first address in this network. Will be equivalent to
lastAddress
whenprefix
is equal tobitWidth
. -
link
The last address in this network. Will be equivalent to
firstAddress
whenprefix
is equal tobitWidth
.
Methods( )
-
-
-
-
-
-
-
-
-
-
-
-
linkfunction
Calculate all subnets of this network with prefix
target
. For example, given IPv4Network("10.53.120.0/21").subdivideTo(24), it outputs 8 /24 networks
An IPv4 network.