libioc.MacAddress module

ioc MacAddress module.

class libioc.MacAddress.MacAddress(mac_address, logger)[source]

Bases: object

Representation of a NICs hardware address.

property address

Return the actual hardware address.

Return type

str

class libioc.MacAddress.MacAddressPair(mac_pair, logger)[source]

Bases: object

Representation of a hardware address pair (of epair devices).