Public Methods
Protected Methods
Protected Members
| XrlPortManager (System<A>& system, IfMgrXrlMirror& ifm) 
 | XrlPortManager | 
| ~XrlPortManager () 
 | ~XrlPortManager | 
| bool  add_rip_address (const string&	ifname,
			 const string&	vifname,
			 const A&	addr) 
 | add_rip_address | 
 Add an address to run RIP on.
Parameters:
| interface | to run RIP on. | 
| vif | virtual interface to run RIP on. | 
| addr | address to run RIP on. | 
Returns: true on success or if address is already running RIP,
 false on failure.
     
| bool  remove_rip_address (const string&	ifname,
			    const string&	vifname,
			    const A&		addr) 
 | remove_rip_address | 
 Remove an address running RIP.
Parameters:
| interface | to run RIP on. | 
| vif | virtual interface to run RIP on. | 
| addr | address to run RIP on. | 
Returns: true on success or if address is not running RIP, false on
 otherwise.
     
| void  tree_complete () 
 | tree_complete | 
 [protected]
| void  updates_made () 
 | updates_made | 
 [protected]
| IfMgrXrlMirror&  _ifm | _ifm | 
 [protected]
	
	| Generated by: pavlin on possum.icir.org on Thu Nov  6 23:47:08 2003, using kdoc 2.0a54+XORP. |