|
|
FtiConfigEntrySetDummy (FtiConfig& ftic)
| FtiConfigEntrySetDummy |
~FtiConfigEntrySetDummy ()
| ~FtiConfigEntrySetDummy |
[virtual]
int start ()
| start |
[virtual]
Start operation.
Returns: XORP_OK on success, otherwise XORP_ERROR.
Reimplemented from FtiConfigEntrySet.
int stop ()
| stop |
[virtual]
Stop operation.
Returns: XORP_OK on success, otherwise XORP_ERROR.
Reimplemented from FtiConfigEntrySet.
bool add_entry4 (const Fte4& fte)
| add_entry4 |
[virtual]
Add a single routing entry. Must be within a configuration interval.
Parameters:
fte | the entry to add. |
Returns: true on success, otherwise false.
Reimplemented from FtiConfigEntrySet.
bool delete_entry4 (const Fte4& fte)
| delete_entry4 |
[virtual]
Delete a single routing entry. Must be with a configuration interval.
Parameters:
fte | the entry to delete. Only destination and netmask are used. |
Returns: true on success, otherwise false.
Reimplemented from FtiConfigEntrySet.
bool add_entry6 (const Fte6& fte)
| add_entry6 |
[virtual]
Add a single routing entry. Must be within a configuration interval.
Parameters:
fte | the entry to add. |
Returns: true on success, otherwise false.
Reimplemented from FtiConfigEntrySet.
bool delete_entry6 (const Fte6& fte)
| delete_entry6 |
[virtual]
Delete a single routing entry. Must be within a configuration interval.
Parameters:
fte | the entry to delete. Only destination and netmask are used. |
Returns: true on success, otherwise false.
Reimplemented from FtiConfigEntrySet.
Generated by: pavlin on possum.icir.org on Mon Jun 9 13:23:54 2003, using kdoc 2.0a54+XORP. |