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

Atanu Ghosh atanu@icir.org
Wed, 22 Feb 2006 19:54:45 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2006-02-22 19:54:45 UTC

XORP CVS repository


Modified files:
	bgp           route_table_nhlookup.cc 

Log message:
	If a delete arrives at the nexthop lookup table and an add or replace
	is queued waiting for its nexthop to resolve then there is no need to
	propogate the delete. Unfortunately the original add or replace was
	left on the queue, this fix removes the no longer required add or
	replace from the queue.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=544
	Submitted by:   Mark Handley

Revision  Changes                               Path
1.25      +9 -5;  commitid: 150b943fcc1857ea6;  xorp/bgp/route_table_nhlookup.cc