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