module documentation

IP address pool management functions.

Class AddressPool Address pool class, wrapping an objects.Network object.
Constant IPV4_NETWORK_MAX_NUM_HOSTS Undocumented
Constant IPV4_NETWORK_MAX_SIZE Undocumented
Constant IPV4_NETWORK_MIN_NUM_HOSTS Undocumented
Constant IPV4_NETWORK_MIN_SIZE Undocumented
Function _ComputeIpv4NumHosts Derives the number of hosts in an IPv4 network from the size.
IPV4_NETWORK_MAX_NUM_HOSTS =
IPV4_NETWORK_MAX_SIZE: int =

Undocumented

Value
16
IPV4_NETWORK_MIN_NUM_HOSTS =
IPV4_NETWORK_MIN_SIZE: int =

Undocumented

Value
30
def _ComputeIpv4NumHosts(network_size):

Derives the number of hosts in an IPv4 network from the size.