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

Atanu Ghosh atanu@icir.org
Mon, 31 Oct 2005 01:09:26 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-10-31 01:09:26 UTC

XORP CVS repository


Modified files:
	ospf          area_router.cc routing_table.cc routing_table.hh 

Log message:
	An InternalRouteEntry can store a route for each area typically it
	only needs to return the winning route. When processing an
	AS-External-LSA the route from the area under consideration is
	required. The InternalRouteEntry can now return the route for a
	specific area if it exisits.
	
	The processing of AS-External-LSAs is now done using this interface.

Revision  Changes                               Path
1.133     +3 -6;  commitid: b3a343656ec57ea6;   xorp/ospf/area_router.cc
1.22      +24 -3;  commitid: b3a343656ec57ea6;  xorp/ospf/routing_table.cc
1.23      +12 -1;  commitid: b3a343656ec57ea6;  xorp/ospf/routing_table.hh