class Fte

Forwarding Table Entry. More...

 
LOGO
 Annotated List  Files  Globals  Hierarchy  Index  Top

Public Methods


Detailed Description

Representation of a forwarding table entry.

 Fte ()

Fte

explicit  Fte (int family)

Fte

 Fte (const N& net, const A& gateway, const string& ifname, const string& vifname, uint32_t metric, uint32_t admin_distance, bool xorp_route)

Fte

 Fte (const N& net)

Fte

const N&  net ()

net

[const]

const A&  gateway ()

gateway

[const]

const string&  ifname ()

ifname

[const]

const string&  vifname ()

vifname

[const]

uint32_t  metric ()

metric

[const]

uint32_t  admin_distance ()

admin_distance

[const]

bool  xorp_route ()

xorp_route

[const]

bool  is_deleted ()

is_deleted

[const]

void  mark_deleted ()

mark_deleted

void  zero ()

zero

Reset all members

inline bool  is_host_route ()

is_host_route

[const]

Returns: true if this is a host route.

string  str ()

str

[const]

dst = 127.0.0.1 gateway = 127.0.0.1 netmask = 255.255.255.255 if = lo0 metric = 10 admin_distance = 20

Returns: A string representation of the entry.


Generated by: pavlin on possum.icir.org on Thu Jul 8 23:48:26 2004, using kdoc $.