| FibConfigTableGet (FeaDataPlaneManager& fea_data_plane_manager) | FibConfigTableGet | 
Constructor.
Parameters:
| fea_data_plane_manager | the corresponding data plane manager (FeaDataPlaneManager). | 
| ~FibConfigTableGet () | ~FibConfigTableGet | 
[virtual]
| FibConfig&	 fibconfig () | fibconfig | 
Get the FibConfig instance.
Returns: the FibConfig instance.
| FeaDataPlaneManager&  fea_data_plane_manager () | fea_data_plane_manager | 
Get the FeaDataPlaneManager instance.
Returns: the FeaDataPlaneManager instance.
| bool  is_running () | is_running | 
[const virtual]
Test whether this instance is running.
Returns: true if the instance is running, otherwise false.
| int  start (string& error_msg) | start | 
[pure virtual]
Start operation.
Parameters:
| error_msg | the error message (if error). | 
Returns: XORP_OK on success, otherwise XORP_ERROR.
| int  stop (string& error_msg) | stop | 
[pure virtual]
Stop operation.
Parameters:
| error_msg | the error message (if error). | 
Returns: XORP_OK on success, otherwise XORP_ERROR.
| int  get_table4 (list<Fte4>& fte_list) | get_table4 | 
[pure 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.
| int  get_table6 (list<Fte6>& fte_list) | get_table6 | 
[pure 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.
| bool _is_running | _is_running | 
[protected]