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

Atanu Ghosh atanu@icir.org
Sat, 14 Jan 2006 08:40:24 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2006-01-14 08:40:23 UTC

XORP CVS repository


Modified files:
	ospf          packet.hh 

Log message:
	The routines to manipulate 24 bit quantities in packets were
	consistently truncating at 16 bits.
	
	In an AS-External-LSA the metric is a 24 bit quantity, LSInfinity is
	defined as 0xffffff and routes with this metric value should be
	installed.
	
	With the 16 bit truncation these routes were being installed.

Revision  Changes                              Path
1.28      +4 -4;  commitid: eb9c43c8b8f77ea6;  xorp/ospf/packet.hh