[Xorp-cvs] XORP cvs commit: xorp/bgp xorp/etc/templates xorp/tests

Marko Zec zec at icir.org
Mon May 1 09:49:07 PDT 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	zec at xorpc.icir.org	2006-05-01 16:49:07 UTC

XORP CVS repository


Modified files:
	bgp           bgp_varrw.cc bgp_varrw.hh 
	              route_table_aggregation.cc 
	etc/templates bgp.tp 
	tests         test_builddir.py 

Log message:
	Implement a switch for choosing which BGP route aggregation method to
	use, the slow and complex AS_SET (aka "full"), or lossy but fast
	empty AS path + ATOMIC AGGREGATE attribute marking (aka "brief") mode.
	The default remains the AS_SET mode, whereas the "brief" mode can be
	choosen by configuring a policy which will mark the first component
	route of an aggregate by setting the aggregate-brief-mode boolean flag.

Revision  Changes                                Path
1.28      +27 -1;  commitid: d9f944563a5d7ea6;   xorp/bgp/bgp_varrw.cc
1.18      +4 -1;  commitid: d9f944563a5d7ea6;    xorp/bgp/bgp_varrw.hh
1.23      +19 -14;  commitid: d9f944563a5d7ea6;  xorp/bgp/route_table_aggregation.cc
1.93      +9 -2;  commitid: d9f944563a5d7ea6;    xorp/etc/templates/bgp.tp
1.2       +2 -2;  commitid: d9f944563a5d7ea6;    xorp/tests/test_builddir.py



More information about the Xorp-cvs mailing list