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

Atanu Ghosh atanu@icir.org
Mon, 22 Aug 2005 04:04:56 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-08-22 04:04:56 UTC

XORP CVS repository


Modified files:
	bgp           test_main.cc test_next_hop_resolver.cc 
	              test_next_hop_resolver.hh 

Log message:
	If a host is heavily loaded its very possible that multiple requests
	can be sent to the next hop resolver and be queued before any response
	is returned by the RIB. The new test, test9 demonstrates a problem of
	multiple queued requests with the same subnet as the key. Two
	registrations followed by two de-registrations fail because the first
	de-registraition deletes all the state. The is the FATAL Unknown
	nexthop problem that we have been searching for.

Revision  Changes                               Path
1.16      +5 -1;  commitid: 8b1543094ee77ea6;   xorp/bgp/test_main.cc
1.25      +43 -1;  commitid: 8b1543094ee77ea6;  xorp/bgp/test_next_hop_resolver.cc
1.5       +4 -1;  commitid: 8b1543094ee77ea6;   xorp/bgp/test_next_hop_resolver.hh