|
xorp
|
Get the Neighbour info for all the requested neighbours. More...
Public Member Functions | |
| GetNeighbours (XrlStdRouter &xrl_router, OspfTypes::Version version, list< OspfTypes::NeighbourID > &nlist) | |
| void | start () |
| bool | busy () |
| bool | fail () |
| list< NeighbourInfo > & | get_ninfo () |
Private Member Functions | |
| void | response (const XrlError &error, const string *address, const string *interface, const string *state, const IPv4 *rid, const uint32_t *priority, const uint32_t *deadtime, const IPv4 *area, const uint32_t *opt, const IPv4 *dr, const IPv4 *bdr, const uint32_t *up, const uint32_t *adjacent) |
Private Attributes | |
| XrlStdRouter & | _xrl_router |
| OspfTypes::Version | _version |
| bool | _done |
| bool | _fail |
| list< OspfTypes::NeighbourID > | _nlist |
|
list< OspfTypes::NeighbourID > ::iterator | _index |
| list< NeighbourInfo > | _ninfo |