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

Atanu Ghosh atanu@icir.org
Tue, 22 Nov 2005 23:19:15 GMT


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

XORP CVS repository


Modified files:
	ospf          routing_table.hh 

Log message:
	Add a copy constructor and an assignment operator to the internal
	routing table entry. The internal routing table entry can potentially
	store an entry for every area. The entry stores a pointer to the
	winning entry which was not being updated when the entry was copied.
	
	The failure mode was that bogus routes could be introduced or deleted.

Revision  Changes                                Path
1.30      +18 -1;  commitid: 142ea4383a7727ea6;  xorp/ospf/routing_table.hh