Public Methods
-  RibIpcHandler (XrlStdRouter *xrl_router, EventLoop& eventloop,
		  BGPMain& bgp) 
-  ~RibIpcHandler () 
- bool  register_ribname (const string& r) 
- int  start_packet (bool ibgp) 
- int  add_route (const SubnetRoute<IPv4> &rt, Safi safi) 
- int  add_route (const SubnetRoute<IPv6> &rt, Safi safi) 
- int  replace_route (const SubnetRoute<IPv4> &old_rt,
		      const SubnetRoute<IPv4> &new_rt, Safi safi) 
- int  replace_route (const SubnetRoute<IPv6> &old_rt,
		      const SubnetRoute<IPv6> &new_rt, Safi safi) 
- int  delete_route (const SubnetRoute<IPv4> &rt, Safi safi) 
- int  delete_route (const SubnetRoute<IPv6> &rt, Safi safi) 
- void  rib_command_done (const XrlError& error, const char *comment) 
- PeerOutputState  push_packet () 
- void  set_plumbing (BGPPlumbing *plumbing_unicast,
		      BGPPlumbing *plumbing_multicast) 
- bool  insert_static_route (const OriginType origin, const AsPath& aspath,
		      const IPv4& next_hop, const IPNet<IPv4>& nlri) 
- bool  delete_static_route (const IPNet<IPv4>& nlri) 
- EventLoop&  eventloop () 
- void  fatal_error (const string& reason) 
- bool  status (string& reason)  const
- const IPv4&  id ()  const
| ~RibIpcHandler () 
 | ~RibIpcHandler | 
| bool  register_ribname (const string& r) 
 | register_ribname | 
 Set the rib's name, allows for having a dummy rib or not having
 a RIB at all.
    
| int  start_packet (bool ibgp) 
 | start_packet | 
Reimplemented from PeerHandler.
Reimplemented from PeerHandler.
Reimplemented from PeerHandler.
Reimplemented from PeerHandler.
Reimplemented from PeerHandler.
Reimplemented from PeerHandler.
Reimplemented from PeerHandler.
| void  rib_command_done (const XrlError& error, const char *comment) 
 | rib_command_done | 
Reimplemented from PeerHandler.
| bool  delete_static_route (const IPNet<IPv4>& nlri) 
 | delete_static_route | 
Reimplemented from PeerHandler.
| void  fatal_error (const string& reason) 
 | fatal_error | 
| bool  status (string& reason) 
 | status | 
 [const]
 Get the status of the RibIpcHandler
Parameters:
| reason | the human-readable reason for any failure | 
Returns: false if RibIpcHandler has suffered a fatal error,
 true otherwise 
     
 [const]
Reimplemented from PeerHandler.
	
	| Generated by: pavlin on possum.icir.org on Thu Nov  6 23:47:04 2003, using kdoc 2.0a54+XORP. |