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

Atanu Ghosh atanu@icir.org
Thu, 2 Mar 2006 02:08:48 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2006-03-02 02:08:48 UTC

XORP CVS repository


Modified files:
	bgp           plumbing.cc route_table_filter.cc 
	              route_table_filter.hh 
	bgp/harness   Makefile.am Makefile.in 

Added files:
	bgp/harness   test_route_reflection2.sh 

Log message:
	The attributes ORIGINATOR_ID and CLUSTER_LIST are specific to route
	reflection and should only be sent on I-BGP peerings.
	
	If a received update message (from another route reflector) contained
	these attributes they were being incorrectly forwarded on E-BGP peerings.
	
	Tests test2, test3 and test4 in test_route_reflection2.sh test this
	behaviour.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=425

Revision  Changes                               Path
1.20      +2 -1;  commitid: d84f440653ae7ea6;   xorp/bgp/harness/Makefile.am
1.35      +1 -1;  commitid: d84f440653ae7ea6;   xorp/bgp/harness/Makefile.in
1.1       +353 -0                               xorp/bgp/harness/test_route_reflection2.sh (new)
1.87      +9 -1;  commitid: d84f440653ae7ea6;   xorp/bgp/plumbing.cc
1.47      +78 -1;  commitid: d84f440653ae7ea6;  xorp/bgp/route_table_filter.cc
1.25      +20 -1;  commitid: d84f440653ae7ea6;  xorp/bgp/route_table_filter.hh