|
AddrFormatError
Network address format not recognised.
|
|
AddrConversionError
Conversion between address types or notations failed.
|
|
Addr
The base class containing common functionality for all subclasses
representing various network address types.
|
|
AddrRange
A block of contiguous network addresses bounded by an arbitrary
start and stop address.
|
|
IP
A class whose objects represent Internet Protocol network
addresses.
|
|
CIDR
A block of contiguous IPv4 or IPv6 network addresses defined by a
base network address and a bitmask prefix or subnet mask address
indicating the size/extent of the subnet.
|
|
Wildcard
A block of contiguous IPv4 network addresses defined using a
wildcard style syntax.
|
|
EUI
EUI objects represent IEEE Extended Unique Identifiers.
|
|
AT_INET = 4
IPv4 address type constant.
|
|
AT_INET6 = 6
IPv6 address type constant.
|
|
AT_LINK = 48
MAC/EUI-48 address type constant.
|
|
AT_EUI64 = 64
EUI-64 address type constant.
|
|
ST_IPV4 = netaddr.address.IPv4StrategyOpt(32, 8, '.', 4, False...
|
|
ST_IPV6 = netaddr.address.IPv6Strategy(128, 16, ':', 6, True, ...
|
|
ST_EUI48 = netaddr.address.EUI48Strategy(48, 8, '-', 48, True,...
|
|
ST_EUI64 = netaddr.address.AddrStrategy(64, 8, '-', 64, True, ...
|