class FtiConfigEntrySetClick


 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

 FtiConfigEntrySetClick (FtiConfig& ftic)

FtiConfigEntrySetClick

 ~FtiConfigEntrySetClick ()

~FtiConfigEntrySetClick

[virtual]

int  start (string& error_msg)

start

[virtual]

Start operation.

Parameters:

error_msgthe error message (if error).

Returns: XORP_OK on success, otherwise XORP_ERROR.

Reimplemented from FtiConfigEntrySet.

int  stop (string& error_msg)

stop

[virtual]

Stop operation.

Parameters:

error_msgthe error message (if error).

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:

ftethe 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:

ftethe 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:

ftethe 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:

ftethe entry to delete. Only destination and netmask are used.

Returns: true on success, otherwise false.

Reimplemented from FtiConfigEntrySet.

const map<IPv4Net, Fte4>&  fte_table4 ()

fte_table4

[const]

Obtain a reference to the table with the IPv4 forwarding entries.

Returns: a reference to the table with the IPv4 forwarding entries.

const map<IPv6Net, Fte6>&  fte_table6 ()

fte_table6

[const]

Obtain a reference to the table with the IPv6 forwarding entries.

Returns: a reference to the table with the IPv6 forwarding entries.


Generated by: pavlin on possum.icir.org on Thu Mar 9 04:43:06 2006, using kdoc $.