Classes | |
class | Node |
class | RoamNode |
Functions | |
def | start |
Variables | |
dictionary | STATUSES |
Definition at line 225 of file roam_node2.py.
dictionary multi_interface_roam::roam_node2::STATUSES |
00001 { 00002 InterfaceStatus.STATE_NO_INTERFACE : "Interface not found", 00003 InterfaceStatus.STATE_PLUGGED : "Interface is down", 00004 InterfaceStatus.STATE_UP : "Interface is up with no link", 00005 InterfaceStatus.STATE_LINK : "Interface has a link with no address", 00006 InterfaceStatus.STATE_LINK_ADDR : "Interface has a link but no IP address", 00007 InterfaceStatus.STATE_ADDR : "Interface has an IP address but pings are failing", 00008 InterfaceStatus.STATE_PINGING : "Interface is validated", 00009 }
Definition at line 39 of file roam_node2.py.