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

Atanu Ghosh atanu@icir.org
Wed, 12 Oct 2005 11:28:00 GMT


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

XORP CVS repository


Modified files:
	ospf          routing_table.cc routing_table.hh 

Log message:
	The first update to the routing table was working subsequent updates
	were failing. Looping through the routing table was failing as the
	code was iterating from begin() to begin(), now goes from begin() to
	end().
	
	Also added a str() method to the internal routing table entry.
	
	Bugzilla URL: http://www.xorp.org/bugzilla/show_bug.cgi?id=226

Revision  Changes                               Path
1.19      +17 -3;  commitid: 6259434cf33e7ea6;  xorp/ospf/routing_table.cc
1.19      +2 -1;  commitid: 6259434cf33e7ea6;   xorp/ospf/routing_table.hh