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

Pavlin Radoslavov pavlin@icir.org
Wed, 31 Aug 2005 19:11:15 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-08-31 19:11:15 UTC

XORP CVS repository


Modified files:
	rip           Makefile.am Makefile.in test_route_walk.cc 
	              test_timers.cc 

Log message:
	* Add "const IfMgrIfTree& iftree" as a second argument to
	  the SpoofPortManager constructor so it can be passed to the
	  PortManagerBase constructor of the base class.
	
	* Add "const IfMgrIfTree& iftree" as a second argument to
	  the RouteWalkTester constructor so it can be used to
	  initialize the PortManagerBase member.
	
	* Link some of the binary test programs with libfeaclient
	
	The above changes should fix the test program failures in the rip
	directory that were introduced with the previous commit.

Revision  Changes                              Path
1.37      +4 -1;  commitid: 9d754315ff367ea6;  xorp/rip/Makefile.am
1.51      +6 -3;  commitid: 9d754315ff367ea6;  xorp/rip/Makefile.in
1.14      +9 -7;  commitid: 9d754315ff367ea6;  xorp/rip/test_route_walk.cc
1.16      +5 -3;  commitid: 9d754315ff367ea6;  xorp/rip/test_timers.cc