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

Atanu Ghosh atanu@icir.org
Wed, 12 Apr 2006 20:31:54 GMT


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

XORP CVS repository


Modified files:
	bgp           route_table_damping.cc 

Log message:
	A couple of problems with route flap damping when a route is being replaced:
	
	1) The timer was not being correctly stored in the trie, the timer was
	being set on a local copy not the trie copy. Reordering the code fixed
	the problem.
	
	2) The absolute time for the undamping was being passed to method
	which took a relative time. Relative times are now being consistently used.
	
	3) If a replace route caused a route to be damped the original route
	was not withdrawn.

Revision  Changes                              Path
1.8       +8 -3;  commitid: 7256443d63b97ea6;  xorp/bgp/route_table_damping.cc