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

Atanu Ghosh atanu@icir.org
Tue, 1 Nov 2005 02:13:45 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-11-01 02:13:45 UTC

XORP CVS repository


Modified files:
	bgp           bgp.cc bgp.hh 

Log message:
	When a request is made to delete a peer it cannot be deleted
	immediately because it is necessary to send a notification message
	with a cease.
	
	Move the "deleted" peer to a deleted peer list so that that protocol
	interactions can complete.
	
	If an attempt is made to re-create the peer the deleted peer list is
	searched revive the peer and all the stats are reset.

Revision  Changes                                Path
1.57      +64 -15;  commitid: fd3b4366cf587ea6;  xorp/bgp/bgp.cc
1.46      +36 -2;  commitid: fd3b4366cf587ea6;   xorp/bgp/bgp.hh