class FteX


 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

 FteX (const IPvXNet& net, const IPvX& nexthop, const string& ifname, const string& vifname, uint32_t metric, uint32_t admin_distance, bool xorp_route)

FteX

Constructor

Parameters:

netthe network address.
nexthopthe next-hop router address.
ifnamethe interface name.
vifnamethe virtual interface name.
metricthe route metric.
admin_distancethe route admin distance.
xorp_routetrue if this is a XORP route.
explicit  FteX (int family)

FteX

Constructor for a specified address family.

 FteX (const Fte4& fte4)

FteX

Copy constructor for Fte4 entry.

 FteX (const Fte6& fte6)

FteX

Copy constructor for Fte6 entry.

inline Fte4  get_fte4 ()
throw (InvalidCast)

get_fte4

[const]

Get an Fte4 entry.

Returns: the corresponding Fte4 entry.

inline Fte6  get_fte6 ()
throw (InvalidCast)

get_fte6

[const]

Get an Fte6 entry.

Returns: the corresponding Fte6 entry.


Generated by: pavlin on possum.icir.org on Wed Aug 2 15:36:19 2006, using kdoc $.