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

Atanu Ghosh atanu@icir.org
Tue, 20 Dec 2005 08:30:55 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-12-20 08:30:55 UTC

XORP CVS repository


Modified files:
	bgp           parameter.hh peer.cc peer_data.cc test_peer_data.cc 
	bgp/harness   test_path_attribute1.sh test_peering1.sh 
	              test_peering2.sh test_rib1.sh test_rib_fea1.sh 
	              test_route_reflection1.sh test_routing1.sh 
	              test_routing2.sh 

Log message:
	Previously BGP would never advertise the capability AFI/SAFI
	IPV4/Unicast in the open message. If the configuration variable
	ipv4-unicast is set to true (the default) this capability will be
	announced.
	
	Also modify all the test scripts to enable IPv4 Unicast as this is no
	longer the default.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=380
	Submitted by:   Hasso Tepper

Revision  Changes                                Path
1.5       +13 -7;  commitid: 799743a7c13b7ea6;   xorp/bgp/harness/test_path_attribute1.sh
1.55      +9 -4;  commitid: 799743a7c13b7ea6;    xorp/bgp/harness/test_peering1.sh
1.51      +4 -1;  commitid: 799743a7c13b7ea6;    xorp/bgp/harness/test_peering2.sh
1.18      +3 -1;  commitid: 799743a7c13b7ea6;    xorp/bgp/harness/test_rib1.sh
1.15      +4 -1;  commitid: 799743a7c13b7ea6;    xorp/bgp/harness/test_rib_fea1.sh
1.3       +4 -1;  commitid: 799743a7c13b7ea6;    xorp/bgp/harness/test_route_reflection1.sh
1.20      +4 -1;  commitid: 799743a7c13b7ea6;    xorp/bgp/harness/test_routing1.sh
1.19      +4 -1;  commitid: 799743a7c13b7ea6;    xorp/bgp/harness/test_routing2.sh
1.21      +1 -14;  commitid: 799743a7c13b7ea6;   xorp/bgp/parameter.hh
1.126     +2 -3;  commitid: 799743a7c13b7ea6;    xorp/bgp/peer.cc
1.29      +13 -14;  commitid: 799743a7c13b7ea6;  xorp/bgp/peer_data.cc
1.14      +8 -3;  commitid: 799743a7c13b7ea6;    xorp/bgp/test_peer_data.cc