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

Atanu Ghosh atanu@icir.org
Fri, 10 Feb 2006 03:14:03 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2006-02-10 03:14:03 UTC

XORP CVS repository


Modified files:
	ospf          area_router.cc routing_table.cc routing_table.hh 
	              test_routing.cc 

Log message:
	When processing Router-LSAs and Network-LSAs check that a route is not
	already in the routing table. A route may already be in the routing
	table due to a mis-configuration or a race during startup.
	
	The DR for a network may generate a Network-LSA for a network while
	another router on the network still be announcing a stub link for this
	network (see test routing9).

Revision  Changes                                Path
1.198     +19 -2;  commitid: d04543ec04fa7ea6;   xorp/ospf/area_router.cc
1.49      +18 -1;  commitid: d04543ec04fa7ea6;   xorp/ospf/routing_table.cc
1.38      +12 -2;  commitid: d04543ec04fa7ea6;   xorp/ospf/routing_table.hh
1.18      +122 -3;  commitid: d04543ec04fa7ea6;  xorp/ospf/test_routing.cc