class Fte

Forwarding Table Entry. More...

Definition#include <fte.hh>
Template formFte<typename A, typename N>
List of all Methods
Annotated List
Files
Globals
Hierarchy
Index

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]

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 Mon Jun 9 13:23:54 2003, using kdoc 2.0a54+XORP.