[Xorp-cvs] XORP cvs commit: xorp/bgp xorp/etc/templates xorp/libxorp xorp/xrl/interfaces xorp/xrl/targets

Mark Handley mjh@icir.org
Tue, 15 Nov 2005 11:44:05 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	mjh@xorpc.icir.org	2005-11-15 11:44:05 UTC

XORP CVS repository


Modified files:
	bgp           aspath.cc aspath.hh bgp.cc local_data.hh 
	              path_attribute.cc path_attribute.hh peer.cc peer.hh 
	              peer_data.cc peer_data.hh peer_handler.hh 
	              plumbing.cc rib_ipc_handler.hh 
	              route_table_filter.cc route_table_filter.hh 
	              test_cache.cc test_decision.cc test_deletion.cc 
	              test_dump.cc test_fanout.cc test_filter.cc 
	              test_nhlookup.cc test_peer_data.cc test_plumbing.cc 
	              test_ribin.cc test_ribout.cc xrl_shell_funcs.sh 
	              xrl_target.cc xrl_target.hh 
	etc/templates bgp.tp 
	libxorp       asnum.hh 
	xrl/interfaces bgp.xif bgp_xif.cc bgp_xif.hh 
	xrl/targets   bgp.xrls bgp_base.cc bgp_base.hh 

Log message:
	Jumbo commit to integrate Tim Griffin's changes for BGP Confederations
	and BGP Route Reflectors (plus a couple of bug fixes).
	
	Pretty much all the code is here, but no test suites, and it's not
	clear that you can actually configure confederations.  All the
	tinderbox tests succeed though.

Revision  Changes                                 Path
1.29      +196 -15;  commitid: d1724379c93b7ea6;  xorp/bgp/aspath.cc
1.23      +28 -5;  commitid: d1724379c93b7ea6;    xorp/bgp/aspath.hh
1.59      +3 -2;  commitid: d1724379c93b7ea6;     xorp/bgp/bgp.cc
1.11      +38 -3;  commitid: d1724379c93b7ea6;    xorp/bgp/local_data.hh
1.62      +138 -2;  commitid: d1724379c93b7ea6;   xorp/bgp/path_attribute.cc
1.38      +41 -1;  commitid: d1724379c93b7ea6;    xorp/bgp/path_attribute.hh
1.103     +1 -8;  commitid: d1724379c93b7ea6;     xorp/bgp/peer.cc
1.28      +2 -2;  commitid: d1724379c93b7ea6;     xorp/bgp/peer.hh
1.25      +77 -10;  commitid: d1724379c93b7ea6;   xorp/bgp/peer_data.cc
1.17      +47 -4;  commitid: d1724379c93b7ea6;    xorp/bgp/peer_data.hh
1.19      +7 -2;  commitid: d1724379c93b7ea6;     xorp/bgp/peer_handler.hh
1.75      +18 -14;  commitid: d1724379c93b7ea6;   xorp/bgp/plumbing.cc
1.39      +4 -1;  commitid: d1724379c93b7ea6;     xorp/bgp/rib_ipc_handler.hh
1.38      +39 -29;  commitid: d1724379c93b7ea6;   xorp/bgp/route_table_filter.cc
1.19      +18 -12;  commitid: d1724379c93b7ea6;   xorp/bgp/route_table_filter.hh
1.26      +5 -3;  commitid: d1724379c93b7ea6;     xorp/bgp/test_cache.cc
1.34      +8 -8;  commitid: d1724379c93b7ea6;     xorp/bgp/test_decision.cc
1.25      +5 -3;  commitid: d1724379c93b7ea6;     xorp/bgp/test_deletion.cc
1.48      +7 -7;  commitid: d1724379c93b7ea6;     xorp/bgp/test_dump.cc
1.28      +7 -4;  commitid: d1724379c93b7ea6;     xorp/bgp/test_fanout.cc
1.31      +5 -3;  commitid: d1724379c93b7ea6;     xorp/bgp/test_filter.cc
1.28      +5 -3;  commitid: d1724379c93b7ea6;     xorp/bgp/test_nhlookup.cc
1.11      +2 -2;  commitid: d1724379c93b7ea6;     xorp/bgp/test_peer_data.cc
1.17      +9 -7;  commitid: d1724379c93b7ea6;     xorp/bgp/test_plumbing.cc
1.30      +9 -5;  commitid: d1724379c93b7ea6;     xorp/bgp/test_ribin.cc
1.27      +5 -5;  commitid: d1724379c93b7ea6;     xorp/bgp/test_ribout.cc
1.12      +2 -2;  commitid: d1724379c93b7ea6;     xorp/bgp/xrl_shell_funcs.sh
1.47      +17 -3;  commitid: d1724379c93b7ea6;    xorp/bgp/xrl_target.cc
1.33      +2 -1;  commitid: d1724379c93b7ea6;     xorp/bgp/xrl_target.hh
1.64      +7 -2;  commitid: d1724379c93b7ea6;     xorp/etc/templates/bgp.tp
1.12      +2 -2;  commitid: d1724379c93b7ea6;     xorp/libxorp/asnum.hh
1.26      +3 -1;  commitid: d1724379c93b7ea6;     xorp/xrl/interfaces/bgp.xif
1.38      +3 -1;  commitid: d1724379c93b7ea6;     xorp/xrl/interfaces/bgp_xif.cc
1.37      +4 -1;  commitid: d1724379c93b7ea6;     xorp/xrl/interfaces/bgp_xif.hh
1.41      +4 -2;  commitid: d1724379c93b7ea6;     xorp/xrl/targets/bgp.xrls
1.43      +4 -3;  commitid: d1724379c93b7ea6;     xorp/xrl/targets/bgp_base.cc
1.50      +4 -1;  commitid: d1724379c93b7ea6;     xorp/xrl/targets/bgp_base.hh