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

Atanu Ghosh atanu@icir.org
Mon, 5 Sep 2005 07:52:23 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-09-05 07:52:23 UTC

XORP CVS repository


Modified files:
	ospf          area_router.cc area_router.hh 

Log message:
	First part of the routing computation. The incremental computation is
	conditionally compiled out. All the relevant routing methods now take
	the SPT as an argument rather than operating on the SPT class
	variable.
	
	An LSA being rejected on input because it has arrived less than a
	second (MinLSArrival) after the previous LSA now generates a trace
	message if input error tracing is enabled.
	
	If a self originating LSA is requested from the database by the
	arrival of a link state request packet the the delay queue is
	fired. This should stop the problem of a Router-LSA being sent
	immediately to a neighbour as soon as the adjacency becomes full.
	
	Some additional debugging.

Revision  Changes                                 Path
1.75      +159 -26;  commitid: 3e7d431bf9367ea6;  xorp/ospf/area_router.cc
1.54      +13 -4;  commitid: 3e7d431bf9367ea6;    xorp/ospf/area_router.hh