[Xorp-cvs] XORP cvs commit: xorp/bgp

Atanu Ghosh atanu@icir.org
Wed, 12 Apr 2006 02:44:49 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2006-04-12 02:44:49 UTC

XORP CVS repository


Modified files:
	bgp           route_table_damping.cc 

Log message:
	When a route is damped a timer is created to release the route, the
	timer was being set in a copy of the damp structure not the stored
	structure, hence the timer was never firing.
	
	Also added some debugging.

Revision  Changes                               Path
1.5       +12 -1;  commitid: 3dd2443c69a07ea6;  xorp/bgp/route_table_damping.cc