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

Pavlin Radoslavov pavlin at icir.org
Thu Aug 17 18:50:31 PDT 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2006-08-18 01:50:31 UTC

XORP CVS repository


Modified files:
	rip           auth.cc packets.hh port.cc test_auth.cc 
	              test_outputs.cc test_packets.cc test_request.cc 

Log message:
	* Add constant SIZE and method size() to each of the classes related
	  to the RIP/RIPng packet format.
	
	* Use the above constant and method as appropriate instead of
	  sizeof() when calculating the size of each field in the RIP/RIPng
	  packet format.

Revision  Changes                                  Path
1.32      +27 -27;  commitid: 151f244e51c217ea6;   xorp/rip/auth.cc
1.22      +129 -72;  commitid: 151f244e51c217ea6;  xorp/rip/packets.hh
1.65      +12 -11;  commitid: 151f244e51c217ea6;   xorp/rip/port.cc
1.24      +16 -17;  commitid: 151f244e51c217ea6;   xorp/rip/test_auth.cc
1.27      +2 -2;  commitid: 151f244e51c217ea6;     xorp/rip/test_outputs.cc
1.13      +11 -12;  commitid: 151f244e51c217ea6;   xorp/rip/test_packets.cc
1.23      +7 -7;  commitid: 151f244e51c217ea6;     xorp/rip/test_request.cc



More information about the Xorp-cvs mailing list