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

Atanu Ghosh atanu@icir.org
Thu, 9 Feb 2006 22:55:47 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2006-02-09 22:55:47 UTC

XORP CVS repository


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

Log message:
	A summary-LSA with a default route was not making it to the routing
	table. A test that was trying to stop directly connected routes being
	sent to the RIB was incorrectly suppressing default routes.
	
	Add a regression test to verify that the default route makes it to the
	RIB.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=395

Revision  Changes                                Path
1.84      +11 -1;  commitid: 47ec43ebc8727ea6;   xorp/ospf/ospf.hh
1.48      +2 -2;  commitid: 47ec43ebc8727ea6;    xorp/ospf/routing_table.cc
1.17      +140 -1;  commitid: 47ec43ebc8727ea6;  xorp/ospf/test_routing.cc