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

Marko Zec zec@icir.org
Fri, 28 Apr 2006 18:12:46 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	zec@xorpc.icir.org	2006-04-28 18:12:46 UTC

XORP CVS repository


Modified files:
	bgp           route_table_aggregation.cc 

Log message:
	Fix Origin and MED attribute processing in BGP route aggregation.
	
	When aggregating BGP routes the aggregate will contain an AS SET containing
	all non-matching AS numbers (somewhat oversimplified algorithm description),
	instead of simply originating an empty AsPath with the ATOMIC AGGREGATE
	attribute set, as was done previously.
	
	Given that the "brief" aka ATOMIC AGGREGATE mode is much simpler and
	works faster, implementing an interface which would allow an
	administrator to choose which aggregation method to use is now on my
	TODO list, after the UNH tests are done.

Revision  Changes                               Path
1.21      +18 -7;  commitid: f4ec445259007ea6;  xorp/bgp/route_table_aggregation.cc