Home | Trees | Indices | Help |
|
---|
|
IEEE 48-bit EUI (MAC address) logic.
Supports numerous MAC string formats including Cisco's triple hextet as well as bare MACs containing no delimiters.
|
|||
mac_eui48 A standard IEEE EUI-48 dialect class. |
|||
mac_unix A UNIX-style MAC address dialect class. |
|||
mac_cisco A Cisco 'triple hextet' MAC address dialect class. |
|||
mac_bare A bare (no delimiters) MAC address dialect class. |
|||
mac_pgsql A PostgreSQL style (2 x 24-bit words) MAC address dialect class. |
|||
DEFAULT_DIALECT The default dialect to be used when not specified by the user. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
AF_LINK = 48
|
|||
width = 48 The width (in bits) of this address type. |
|||
family = 48 The AF_* constant value of this address type. |
|||
family_name =
A friendly string name address type. |
|||
version = 48 The version of this address type. |
|||
max_int = 281474976710655 The maximum integer value that can be represented by this address type. |
|||
RE_MAC_FORMATS =
Regular expressions to match all supported MAC address formats. |
|||
_ =
|
|
|
|
|
|
|
|
RE_MAC_FORMATSRegular expressions to match all supported MAC address formats.
|
_
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 20 21:56:36 2009 | http://epydoc.sourceforge.net |