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

Atanu Ghosh atanu@icir.org
Sat, 17 Sep 2005 01:28:07 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-09-17 01:28:07 UTC

XORP CVS repository


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

Log message:
	Allow the received frame to be larger than the length specified in the OSPF
	packet header. Previously the lengths were required to match, it seems
	some vendors find making them the same too onerous.
	
	Added tests for all five packet types to verify that short and long
	frames are correctly handled.
	
	Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=216
	Bug found by: Patrick Marc Preuss

Revision  Changes                                 Path
1.27      +11 -5;  commitid: 18666432b71267ea6;   xorp/ospf/packet.cc
1.23      +5 -2;  commitid: 18666432b71267ea6;    xorp/ospf/packet.hh
1.32      +161 -6;  commitid: 18666432b71267ea6;  xorp/ospf/test_packet.cc