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

Atanu Ghosh atanu@icir.org
Tue, 9 Aug 2005 22:17:58 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-08-09 22:17:58 UTC

XORP CVS repository


Modified files:
	bgp           peer.cc 

Log message:
	Don't zero the stats variables when the session is established. The
	variables are set to zero in the constructor and zero'd when the
	session it taken down. Previously the zero'ing of the counters was
	missing some of the update packets. Now the open and keepalive packets
	exchanged to bring up the session will also be included.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=147
	Bug found by:   Ratul Mahajan <ratul@cs.washington.edu>

Revision  Changes                               Path
1.94      +5 -5;  commitid: 12cbe42f92b957ea6;  xorp/bgp/peer.cc