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

Atanu Ghosh atanu at icir.org
Wed Oct 17 09:08:46 PDT 2007


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu at xorpc.icir.org	2007-10-17 16:08:46 UTC

XORP CVS repository


Modified files:
	ospf          area_router.cc area_router.hh 

Log message:
	In OSPFv3 if the router is the designated router and a new or changed
	Link-LSA is received, then the router should generatea  new
	Intra_Area_Prefix_LSA. The check_link_lsa() method performed the check
	and if necessary generated a new Intra_Area_Prefix_LSA, unfortunately
	the method that generates an Intra_Area_Prefix_LSA assumes that the
	new Link-LSA is in the LSA database, which it wasn't at the point that
	check_link_lsa() was being invoked. The check_link_lsa() method has
	been split into two methods the first determines if a new
	Intra_Area_Prefix_LSA is required, the second generates a new
	Intra_Area_Prefix_LSA after the Link-LSA has been added to the
	database.

Revision  Changes                               Path
1.285     +26 -6;  commitid: f7374716338d7ea6;  xorp/ospf/area_router.cc
1.137     +13 -3;  commitid: f7374716338d7ea6;  xorp/ospf/area_router.hh



More information about the Xorp-cvs mailing list