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

Atanu Ghosh atanu@icir.org
Fri, 9 Sep 2005 15:32:35 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-09-09 15:32:35 UTC

XORP CVS repository


Modified files:
	ospf          debug_io.hh io.hh ospf.cc ospf.hh xorp_ospfv2.cc 
	              xrl_io.cc xrl_io.hh 

Log message:
	The IO subsystem now has to provide three methods, startup, running
	and shutdown.
	
	Move the calls to the startup and shutdown methods out of the
	constuctor for XrlIO. They are now called by the main class.
	
	On shutdown the process now returns a status of shutdown and waits for
	the IO subsystem to shutdown.
	
	Routing tables are now created and deleted from the RIB.

Revision  Changes                                Path
1.6       +17 -2;  commitid: 12e554321ab127ea6;  xorp/ospf/debug_io.hh
1.12      +18 -1;  commitid: 12e554321ab127ea6;  xorp/ospf/io.hh
1.37      +3 -2;  commitid: 12e554321ab127ea6;   xorp/ospf/ospf.cc
1.48      +10 -7;  commitid: 12e554321ab127ea6;  xorp/ospf/ospf.hh
1.8       +2 -1;  commitid: 12e554321ab127ea6;   xorp/ospf/xorp_ospfv2.cc
1.11      +77 -2;  commitid: 12e554321ab127ea6;  xorp/ospf/xrl_io.cc
1.10      +32 -3;  commitid: 12e554321ab127ea6;  xorp/ospf/xrl_io.hh