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

Marko Zec zec@icir.org
Fri, 18 Nov 2005 01:56:43 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	zec@xorpc.icir.org	2005-11-18 01:56:43 UTC

XORP CVS repository


Modified files:
	bgp           route_table_aggregation.cc 
	              route_table_aggregation.hh 

Log message:
	When originating an aggregate route set the filter generation id of the
	aggregate to the genid value obtained from the first component route that
	triggered the generation of this aggregate.  Required for proper operation
	of export filters.
	
	This can be safe if and only if all the existing routes are deleted prior
	to installation of new version of the policy filters.  In other words, my
	assumption is that it shouldn't ever be possible to see two component
	routes in the aggregation table with two different filter genids at the
	same time.  Correct / wrong?

Revision  Changes                               Path
1.6       +5 -4;  commitid: 1469437d32407ea6;   xorp/bgp/route_table_aggregation.cc
1.5       +11 -6;  commitid: 1469437d32407ea6;  xorp/bgp/route_table_aggregation.hh