|  FtiConfigTableSetClick (FtiConfig& ftic)
 | FtiConfigTableSetClick | 
|   ~FtiConfigTableSetClick ()
 | ~FtiConfigTableSetClick | 
[virtual]
|  int  start (string& error_msg)
 | start | 
[virtual]
Start operation.
Parameters:
| error_msg | the error message (if error). | 
Returns: XORP_OK on success, otherwise XORP_ERROR.
Reimplemented from FtiConfigTableSet.
|  int  stop (string& error_msg)
 | stop | 
[virtual]
Stop operation.
Parameters:
| error_msg | the error message (if error). | 
Returns: XORP_OK on success, otherwise XORP_ERROR.
Reimplemented from FtiConfigTableSet.
|  bool  set_table4 (const list<Fte4>& fte_list)
 | set_table4 | 
[virtual]
Set the unicast forwarding table.
Parameters:
| fte_list | the list with all entries to install into the unicast forwarding table. | 
Returns: true on success, otherwise false.
Reimplemented from FtiConfigTableSet.
|  bool  delete_all_entries4 ()
 | delete_all_entries4 | 
[virtual]
Delete all entries in the routing table. Must be within a configuration interval.
Returns: true on success, otherwise false.
Reimplemented from FtiConfigTableSet.
|  bool  set_table6 (const list<Fte6>& fte_list)
 | set_table6 | 
[virtual]
Set the unicast forwarding table.
Parameters:
| fte_list | the list with all entries to install into the unicast forwarding table. | 
Returns: true on success, otherwise false.
Reimplemented from FtiConfigTableSet.
|  bool  delete_all_entries6 ()
 | delete_all_entries6 | 
[virtual]
Delete all entries in the routing table. Must be within a configuration interval.
Returns: true on success, otherwise false.
Reimplemented from FtiConfigTableSet.