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

Atanu Ghosh atanu@icir.org
Mon, 16 Jan 2006 02:42:50 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2006-01-16 02:42:50 UTC

XORP CVS repository


Modified files:
	ospf          area_router.cc 

Log message:
	When a route is deleted the associated Summary-LSAs that are sent to
	other areas are withdrawn. It is possible to compute if a Summary-LSA
	was prevously being generated and hence only withdraw if
	necessary.
	
	Previously even if a Summary-LSA should not have been announced a
	check was being made to see if the Summary-LSA was in the database and
	its presence was considered a fatal error.
	
	If an area range is manually reconfigured then its possible that the
	computed state is incorrect. Print a warning message if an
	inconsistency is discovered, should only be seen after a manual
	reconfigure at any other time it may be flagging a problem.

Revision  Changes                                Path
1.184     +12 -12;  commitid: 650d43cb08297ea6;  xorp/ospf/area_router.cc