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

Atanu Ghosh atanu@icir.org
Mon, 24 Oct 2005 18:40:54 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-10-24 18:40:54 UTC

XORP CVS repository


Modified files:
	bgp           bgp.cc bgp.hh peer_list.cc peer_list.hh 
	              xrl_target.cc 

Log message:
	Allow the BGP ID or the routers AS number to be changed.
	
	If either of the above is changed bounce all peerings.
	
	The all_stop() method now takes a restart flag to allow it to used for
	bouncing peerings.
	
	When bouncing the peerings if the state of the peer is IDLE and its
	administrative state is START kick the peering by sending a start
	event. If a misconfiguration has taken the peering to idle sending the
	start will resume connection attempts.
	
	Return the admin status of the peer (previously START was returned
	unconditionally).
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=100
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=104
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=277

Revision  Changes                                Path
1.56      +23 -20;  commitid: 9431435d2ab47ea6;  xorp/bgp/bgp.cc
1.45      +11 -11;  commitid: 9431435d2ab47ea6;  xorp/bgp/bgp.hh
1.20      +7 -3;  commitid: 9431435d2ab47ea6;    xorp/bgp/peer_list.cc
1.8       +2 -2;  commitid: 9431435d2ab47ea6;    xorp/bgp/peer_list.hh
1.42      +5 -5;  commitid: 9431435d2ab47ea6;    xorp/bgp/xrl_target.cc