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

Atanu Ghosh atanu@icir.org
Mon, 30 Jan 2006 20:11:00 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2006-01-30 20:11:00 UTC

XORP CVS repository


Modified files:
	ospf          area_router.cc area_router.hh 

Log message:
	If the router generates a new Router-LSA or Network-LSA then the
	topology has changed and routing table may need to be updated, unless
	the LSA is being generated due to a timer event.
	
	In the case of a Router-LSA a change was already scheduling a routing
	computation but now a timer event won't schedule a routing comptation.
	
	A Network-LSA was not scheduling a routing computation, it is now and
	a timer event will be ignored.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=468

Revision  Changes                                Path
1.192     +16 -12;  commitid: 738e43de72d27ea6;  xorp/ospf/area_router.cc
1.95      +12 -5;  commitid: 738e43de72d27ea6;   xorp/ospf/area_router.hh