[Xorp-cvs] XORP cvs commit: xorp/mld6igmp xorp/mrt xorp/pim

Pavlin Radoslavov pavlin at icir.org
Mon Aug 14 19:36:55 PDT 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2006-08-15 02:36:55 UTC

XORP CVS repository


Modified files:
	mld6igmp      mld6igmp_vif.cc 
	mrt           Makefile.am Makefile.in 
	pim           pim_proto_register.cc pim_vif.cc 

Removed files:
	mrt           inet_cksum.c inet_cksum.h 

Log message:
	* Remove the mrt/inet_cksum.[h,c] implementation, because it is
	  not needed anymore.
	
	* Modify all code that used mrt/inet_cksum.[h,c] to use the new
	  libproto/checksum.[h,c] checksum implementation.
	
	Note that the new implementation doesn't have the byte alignment
	issue of the old implementation.

Revision  Changes                                Path
1.79      +10 -8;  commitid: 6c1f44e132c17ea6;   xorp/mld6igmp/mld6igmp_vif.cc
1.9       +1 -3;  commitid: 6c1f44e132c17ea6;    xorp/mrt/Makefile.am
1.25      +5 -8;  commitid: 6c1f44e132c17ea6;    xorp/mrt/Makefile.in
1.7       +0 -129                                xorp/mrt/inet_cksum.c (dead)
1.6       +0 -53                                 xorp/mrt/inet_cksum.h (dead)
1.30      +21 -10;  commitid: 6c1f44e132c17ea6;  xorp/pim/pim_proto_register.cc
1.62      +18 -13;  commitid: 6c1f44e132c17ea6;  xorp/pim/pim_vif.cc



More information about the Xorp-cvs mailing list