class FibConfigTableGet


 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods

Protected Members


Detailed Description

 FibConfigTableGet (FeaDataPlaneManager& fea_data_plane_manager)

FibConfigTableGet

Constructor.

Parameters:

fea_data_plane_managerthe corresponding data plane manager (FeaDataPlaneManager).
 ~FibConfigTableGet ()

~FibConfigTableGet

[virtual]

Virtual destructor.

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_msgthe error message (if error).

Returns: XORP_OK on success, otherwise XORP_ERROR.

int  stop (string& error_msg)

stop

[pure virtual]

Stop operation.

Parameters:

error_msgthe 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_listthe 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_listthe 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]


Generated by: pavlin on kobe.xorp.net on Wed Jan 7 19:10:56 2009, using kdoc 2.0a54+XORP.