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:
net | the network address. |
nexthop | the next-hop router address. |
ifname | the interface name. |
vifname | the virtual interface name. |
metric | the route metric. |
admin_distance | the route admin distance. |
xorp_route | true 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.