| 
 | 
 | ||||||||||||||||
Manage the damping of routes.
NOTE: If damping was enabled and is then disabled it is possible that some routes may be damped. While damped routes exist the damping code is entered, no more routes are damped but routes are only released as the timers fire.
| DampingTable (string tablename, Safi safi, BGPRouteTable<A>* parent,
		 const PeerHandler *peer,
		 Damping& damping) | DampingTable | 
| ~DampingTable () | ~DampingTable | 
| int  add_route (InternalMessage<A> &rtmsg,
		  BGPRouteTable<A> *caller) | add_route | 
Reimplemented from BGPRouteTable.
| int  replace_route (InternalMessage<A> &old_rtmsg,
		      InternalMessage<A> &new_rtmsg,
		      BGPRouteTable<A> *caller) | replace_route | 
Reimplemented from BGPRouteTable.
| int  delete_route (InternalMessage<A> &rtmsg, 
		     BGPRouteTable<A> *caller) | delete_route | 
Reimplemented from BGPRouteTable.
| int  push (BGPRouteTable<A> *caller) | push | 
Reimplemented from BGPRouteTable.
| int  route_dump (InternalMessage<A> &rtmsg,
		   BGPRouteTable<A> *caller,
		   const PeerHandler *dump_peer) | route_dump | 
Reimplemented from BGPRouteTable.
| const SubnetRoute<A> * lookup_route (const IPNet<A> &net,
				       uint32_t& genid,
				       FPAListRef& pa_list) | lookup_route | 
[const]
Reimplemented from BGPRouteTable.
| void  route_used (const SubnetRoute<A>* route, bool in_use) | route_used | 
Reimplemented from BGPRouteTable.
| RouteTableType  type () | type | 
[const]
Reimplemented from BGPRouteTable.
| string  str () | str | 
[const]
Reimplemented from BGPRouteTable.