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

Atanu Ghosh atanu@icir.org
Fri, 23 Sep 2005 18:19:42 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-09-23 18:19:42 UTC

XORP CVS repository


Modified files:
	bgp           plumbing.cc 

Log message:
	If a peering is taken down administratively it looks as if the peering
	down message is not sent to the RIB-OUT. If there is any data queued
	on this peering a call to get_next_message eventually hits a null
	parent pointer.
	
	This fix sends a peering down message to this specific RIB-OUT. This
	problem possibly goes away if we do away with the STOPPED state.
	
	Obtained from:  Mark Handley

Revision  Changes                              Path
1.72      +1 -4;  commitid: 9b694334473e7ea6;  xorp/bgp/plumbing.cc