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

Atanu Ghosh atanu@icir.org
Sat, 12 Nov 2005 23:09:20 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-11-12 23:09:20 UTC

XORP CVS repository


Modified files:
	ospf          peer.cc 

Log message:
	The type OspfTypes::RouterID was originally IPv4 it was later changed
	to unsigned integer. A construct of the form
	OspfTypes::RouterID("0.0.0.0") used to yield zero. It now returns the
	the address of the string "0.0.0.0" as it is now a cast, the joys of
	C++.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=354
	Submitted by:   Hasso Tepper

Revision  Changes                              Path
1.181     +2 -3;  commitid: 233b4376761e7ea6;  xorp/ospf/peer.cc