Public Methods
-  BGPDecisionTable (string tablename, NextHopResolver<A>& next_hop_resolver) 
- int  add_parent (BGPRouteTable<A> *parent,
		   PeerHandler *peer_handler) 
- int  remove_parent (BGPRouteTable<A> *parent) 
- int  add_route (const InternalMessage<A> &rtmsg,
		  BGPRouteTable<A> *caller) 
- int  replace_route (const InternalMessage<A> &old_rtmsg,
		      const InternalMessage<A> &new_rtmsg,
		      BGPRouteTable<A> *caller) 
- int  delete_route (const InternalMessage<A> &rtmsg, 
		     BGPRouteTable<A> *caller) 
- int  route_dump (const InternalMessage<A> &rtmsg,
		   BGPRouteTable<A> *caller) 
- int  push (BGPRouteTable<A> *caller) 
- const SubnetRoute<A> * lookup_route (const IPNet<A> &net)  const
- BGPRouteTable<A> * parent () 
- RouteTableType  type ()  const
- string  str ()  const
- void  output_state (bool , BGPRouteTable<A> *) 
- bool  get_next_message (BGPRouteTable<A> *) 
- bool  dump_next_route (DumpIterator<A>& dump_iter) 
- void  igp_nexthop_changed (const A& bgp_nexthop) 
- void  peering_went_down (const PeerHandler *peer, uint32_t genid,
			   BGPRouteTable<A> *caller) 
- void  peering_down_complete (const PeerHandler *peer, uint32_t genid,
			       BGPRouteTable<A> *caller) 
| BGPDecisionTable (string tablename, NextHopResolver<A>& next_hop_resolver) 
 | BGPDecisionTable | 
Reimplemented from BGPRouteTable.
Reimplemented from BGPRouteTable.
Reimplemented from BGPRouteTable.
Reimplemented from BGPRouteTable.
Reimplemented from BGPRouteTable.
| const SubnetRoute<A> * lookup_route (const IPNet<A> &net) 
 | lookup_route | 
 [const]
Reimplemented from BGPRouteTable.
Reimplemented from BGPRouteTable.
 [const]
Reimplemented from BGPRouteTable.
 [const]
Reimplemented from BGPRouteTable.
Reimplemented from BGPRouteTable.
Reimplemented from BGPRouteTable.
| bool  dump_next_route (DumpIterator<A>& dump_iter) 
 | dump_next_route | 
Reimplemented from BGPRouteTable.
| void  igp_nexthop_changed (const A& bgp_nexthop) 
 | igp_nexthop_changed | 
 Notification that the status of this next hop has changed.
Parameters:
| bgp_nexthop | The next hop that has changed. | 
Reimplemented from BGPRouteTable.
Reimplemented from BGPRouteTable.
Reimplemented from BGPRouteTable.
	
	| Generated by: pavlin on possum.icir.org on Wed Dec 11 16:50:58 2002, using kdoc 2.0a54+XORP. |