Home | Trees | Indices | Help |
|
---|
|
object --+ | AddrRange --+ | CIDR
Represents a block of contiguous IPv4/IPv6 network addresses defined by an IP address prefix and either a prefix mask measured in bits or alternatively a traditional subnet mask in IP address format.
Examples of supported formats :-
1) CIDR address format - <address>/<mask_length>
192.168.0.0/16
2) Address and subnet mask combo :-
192.168.0.0/255.255.0.0
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
Properties | |
Inherited from |
Method Details |
Constructor. addr_mask - a valid CIDR address (IPv4 and IPv6 types supported). klass - (optional) class used to create each return object. Default: IP objects. See nrange() documentations for additional details on options.
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Jul 15 22:47:11 2008 | http://epydoc.sourceforge.net |