List of all members.
Constructor & Destructor Documentation
| FibConfigTableGetIPHelper::FibConfigTableGetIPHelper |
( |
FeaDataPlaneManager & |
fea_data_plane_manager | ) |
|
Member Function Documentation
| virtual int FibConfigTableGetIPHelper::get_table4 |
( |
list< Fte4 > & |
fte_list | ) |
[virtual] |
Obtain the IPv4 unicast forwarding table.
- Parameters:
-
| fte_list | the return-by-reference list with all entries in the IPv4 unicast forwarding table. |
- Returns:
- XORP_OK on success, otherwise XORP_ERROR.
Implements FibConfigTableGet.
| virtual int FibConfigTableGetIPHelper::get_table6 |
( |
list< Fte6 > & |
fte_list | ) |
[virtual] |
Obtain the IPv6 unicast forwarding table.
- Parameters:
-
| fte_list | the return-by-reference list with all entries in the IPv6 unicast forwarding table. |
- Returns:
- XORP_OK on success, otherwise XORP_ERROR.
Implements FibConfigTableGet.
| virtual int FibConfigTableGetIPHelper::notify_table_id_change |
( |
uint32_t |
new_tbl | ) |
[inline, virtual] |
Routing table ID that we are interested in might have changed.
Maybe something can filter on this for increased efficiency.
Implements FibConfigTableGet.
| virtual int FibConfigTableGetIPHelper::start |
( |
string & |
error_msg | ) |
[virtual] |
Start operation.
- Parameters:
-
| error_msg | the error message (if error). |
- Returns:
- XORP_OK on success, otherwise XORP_ERROR.
Implements FibConfigTableGet.
| virtual int FibConfigTableGetIPHelper::stop |
( |
string & |
error_msg | ) |
[virtual] |
Stop operation.
- Parameters:
-
| error_msg | the error message (if error). |
- Returns:
- XORP_OK on success, otherwise XORP_ERROR.
Implements FibConfigTableGet.
The documentation for this class was generated from the following file: