[Xorp-cvs] XORP cvs commit: xorp/mrt xorp/mrt/include

Bruce Simpson bms@icir.org
Thu, 18 Aug 2005 15:36:59 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	bms@xorpc.icir.org	2005-08-18 15:36:59 UTC

XORP CVS repository


Modified files:
	mrt           max_vifs.h mrib_table.cc mrib_table.hh 
	              multicast_defs.h random.c test_mrt.cc 
	mrt/include   ip_mroute.h 

Log message:
	XORP/Win32 merge back to mainline.
	 Use 32-bit-wide interface indexes.
	 Use Windows specific means of seeding random number generator
	 where needed.
	 Add header guards from config.h.
	 Comment the multicast header mess somewhat better.
	 Add XORP_INT_CAST() and XORP_UINT_CAST() where needed.

Revision  Changes                                 Path
1.10      +61 -29;  commitid: 160914304ab137ea6;  xorp/mrt/include/ip_mroute.h
1.8       +4 -4;  commitid: 160914304ab137ea6;    xorp/mrt/max_vifs.h
1.14      +8 -5;  commitid: 160914304ab137ea6;    xorp/mrt/mrib_table.cc
1.11      +6 -6;  commitid: 160914304ab137ea6;    xorp/mrt/mrib_table.hh
1.6       +6 -1;  commitid: 160914304ab137ea6;    xorp/mrt/multicast_defs.h
1.5       +20 -2;  commitid: 160914304ab137ea6;   xorp/mrt/random.c
1.7       +9 -3;  commitid: 160914304ab137ea6;    xorp/mrt/test_mrt.cc