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

Atanu Ghosh atanu@icir.org
Wed, 5 Oct 2005 03:16:21 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-10-05 03:16:21 UTC

XORP CVS repository


Modified files:
	ospf          TODO area_router.cc area_router.hh ospf.hh 
	              peer_manager.cc peer_manager.hh 

Log message:
	An area can now request all routes that are candidates for
	summarisation from the peer manager.
	
	Added a class Subsystem that has start() and shutdown() methods that
	can be called by the peer manager to start and shutdown an area.
	
	The request for the routes to summarise is made in start() method of
	an area.

Revision  Changes                               Path
1.53      +10 -1;  commitid: 5819434345847ea6;  xorp/ospf/TODO
1.104     +28 -3;  commitid: 5819434345847ea6;  xorp/ospf/area_router.cc
1.64      +24 -2;  commitid: 5819434345847ea6;  xorp/ospf/area_router.hh
1.52      +47 -1;  commitid: 5819434345847ea6;  xorp/ospf/ospf.hh
1.57      +32 -2;  commitid: 5819434345847ea6;  xorp/ospf/peer_manager.cc
1.39      +15 -2;  commitid: 5819434345847ea6;  xorp/ospf/peer_manager.hh