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

Atanu Ghosh atanu@icir.org
Thu, 15 Sep 2005 15:52:38 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-09-15 15:52:37 UTC

XORP CVS repository


Modified files:
	ospf          area_router.cc 

Log message:
	Compilation fix for the Linux compilers.
	
	From: IPNet<IPv4> n(IPv4(htonl(lsid)), mask.mask_len());
	To:   IPNet<IPv4> n = IPNet<IPv4>(IPv4(htonl(lsid)), mask.mask_len());

Revision  Changes                               Path
1.97      +5 -5;  commitid: 10a90432998c47ea6;  xorp/ospf/area_router.cc