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

Atanu Ghosh atanu@icir.org
Wed, 16 Nov 2005 07:43:05 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-11-16 07:43:05 UTC

XORP CVS repository


Modified files:
	ospf          peer_manager.cc 

Log message:
	A route is a candidate for summarisation into other areas if it is of
	type network or AS boundary router and the path-type is not type1
	external or type2 external.
	
	The path-type test was not being correctly applied and network routes
	with type1 external paths were sneaking through, this hole has now
	been plugged.

Revision  Changes                               Path
1.82      +4 -1;  commitid: 10a16437ae3087ea6;  xorp/ospf/peer_manager.cc