|
xorp
|
Public Member Functions | |
| FibConfigEntryGetDummy (FeaDataPlaneManager &fea_data_plane_manager) | |
| Constructor. | |
| virtual | ~FibConfigEntryGetDummy () |
| Virtual destructor. | |
| virtual int | start (string &error_msg) |
| Start operation. | |
| virtual int | stop (string &error_msg) |
| Stop operation. | |
| virtual int | lookup_route_by_dest4 (const IPv4 &dst, Fte4 &fte) |
| Lookup an IPv4 route by destination address. | |
| virtual int | lookup_route_by_network4 (const IPv4Net &dst, Fte4 &fte) |
| Lookup an IPv4 route by network address. | |
| virtual int | lookup_route_by_dest6 (const IPv6 &dst, Fte6 &fte) |
| Lookup an IPv6 route by destination address. | |
| virtual int | lookup_route_by_network6 (const IPv6Net &dst, Fte6 &fte) |
| Lookup an IPv6 route by network address. | |
| virtual int | notify_table_id_change (uint32_t new_tbl) |
| Routing table ID that we are interested in might have changed. | |
| FibConfigEntryGetDummy::FibConfigEntryGetDummy | ( | FeaDataPlaneManager & | fea_data_plane_manager | ) |
Constructor.
| fea_data_plane_manager | the corresponding data plane manager (FeaDataPlaneManager). |
Lookup an IPv4 route by destination address.
| dst | host address to resolve. |
| fte | return-by-reference forwarding table entry. |
Implements FibConfigEntryGet.
Lookup an IPv6 route by destination address.
| dst | host address to resolve. |
| fte | return-by-reference forwarding table entry. |
Implements FibConfigEntryGet.
Lookup an IPv4 route by network address.
| dst | network address to resolve. |
| fte | return-by-reference forwarding table entry. |
Implements FibConfigEntryGet.
Lookup an IPv6 route by network address.
| dst | network address to resolve. |
| fte | return-by-reference forwarding table entry. |
Implements FibConfigEntryGet.
| int FibConfigEntryGetDummy::start | ( | string & | error_msg | ) | [virtual] |
Start operation.
| error_msg | the error message (if error). |
Implements FibConfigEntryGet.
| int FibConfigEntryGetDummy::stop | ( | string & | error_msg | ) | [virtual] |
Stop operation.
| error_msg | the error message (if error). |
Implements FibConfigEntryGet.