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

Atanu Ghosh atanu@icir.org
Fri, 26 Aug 2005 03:31:53 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-08-26 03:31:53 UTC

XORP CVS repository


Modified files:
	ospf          lsa.cc lsa.hh test_packet.cc 

Log message:
	The decoding of a link state update packet contaning multiple LSAs was
	failing.
	
	The LSA decoder routines are passed all of the buffer. They are
	supposd to return to the caller the amount of the buffer that has been
	consumed. They were not adjusting the length of the buffer. This
	problem has now been corrected.
	
	The test program now has a link state update packet with multiple
	LSAs.

Revision  Changes                                Path
1.43      +38 -2;  commitid: 96cf430e8d287ea6;   xorp/ospf/lsa.cc
1.54      +7 -2;  commitid: 96cf430e8d287ea6;    xorp/ospf/lsa.hh
1.24      +27 -12;  commitid: 96cf430e8d287ea6;  xorp/ospf/test_packet.cc