| FtiConfigEntryGetClick (FtiConfig& ftic) | FtiConfigEntryGetClick | 
| ~FtiConfigEntryGetClick () | ~FtiConfigEntryGetClick | 
[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 FtiConfigEntryGet.
| 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 FtiConfigEntryGet.
| bool  lookup_route_by_dest4 (const IPv4& dst, Fte4& fte) | lookup_route_by_dest4 | 
[virtual]
Lookup a route by destination address.
Parameters:
| dst | host address to resolve. | 
| fte | return-by-reference forwarding table entry. | 
Returns: true on success, otherwise false.
Reimplemented from FtiConfigEntryGet.
| bool  lookup_route_by_network4 (const IPv4Net& dst, Fte4& fte) | lookup_route_by_network4 | 
[virtual]
Lookup route by network address.
Parameters:
| dst | network address to resolve. | 
| fte | return-by-reference forwarding table entry. | 
Returns: true on success, otherwise false.
Reimplemented from FtiConfigEntryGet.
| bool  lookup_route_by_dest6 (const IPv6& dst, Fte6& fte) | lookup_route_by_dest6 | 
[virtual]
Lookup a route by destination address.
Parameters:
| dst | host address to resolve. | 
| fte | return-by-reference forwarding table entry. | 
Returns: true on success, otherwise false.
Reimplemented from FtiConfigEntryGet.
| bool  lookup_route_by_network6 (const IPv6Net& dst, Fte6& fte) | lookup_route_by_network6 | 
[virtual]
Lookup route by network address.
Parameters:
| dst | network address to resolve. | 
| fte | return-by-reference forwarding table entry. | 
Returns: true on success, otherwise false.
Reimplemented from FtiConfigEntryGet.