libioc.IPAddress module

ioc wrappers for ipaddress.IPv4Interface and ipaddress.IPv6Interface.

class libioc.IPAddress.IPv4Interface(address)[source]

Bases: ipaddress.IPv4Interface

ipaddress.IPv4Interface extention that accepts DHCP as input.

class libioc.IPAddress.IPv6Interface(address)[source]

Bases: ipaddress.IPv6Interface

ipaddress.IPv6Interface extention that accepts ACCEPT_RTADV as input.