| 
		| class Fte | Forwarding Table Entry.
 More... |  
 |  | 
Public Methods
 Representation of a routing table entry.
 
| Fte (const IPNet<A>&	net,
	const A&	gw,
	const string&	ifname,
	const string&	vifname) 
 | Fte | 
| inline const IPNet<A>&  net () 
 | net | 
 [const]
| inline const A&  gateway () 
 | gateway | 
 [const]
| inline const string&  ifname () 
 | ifname | 
 [const]
| inline const string&  vifname () 
 | vifname | 
 [const]
 reset all members
     
| inline bool  host_route () 
 | host_route | 
 [const]
Returns: true if this is a host route.
     
 [const]
 dst = 127.0.0.1 gateway = 127.0.0.1 netmask = 255.255.255.255 if = lo0
     
Returns: A string representation of the entry.
	
	| Generated by: pavlin on possum.icir.org on Mon Mar 10 19:34:57 2003, using kdoc 2.0a54+XORP. |