No subject



Thu Mar 10 01:13:44 2005
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Wed, 09 Mar 2005 17:14:01 -0800
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.11/8.12.8) with ESMTP id j2A1E1XL072864
	for <atanu@tigger.icir.org>; Wed, 9 Mar 2005 17:14:01 -0800 (PST)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.ICSI.Berkeley.EDU (fruitcake.ICSI.Berkeley.EDU [192.150.186.11])
	by wyvern.icir.org (8.12.9p1/8.12.8) with ESMTP id j2A1E0On066709
	for <atanu@icir.org>; Wed, 9 Mar 2005 17:14:00 -0800 (PST)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.ICSI.Berkeley.EDU (localhost [127.0.0.1])
	by fruitcake.ICSI.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id j2A1E0Mp010428;
	Wed, 9 Mar 2005 17:14:00 -0800 (PST)
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by fruitcake.ICSI.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id j2A1DjMp010421
	for <xorp-cvs@icsi.berkeley.edu>; Wed, 9 Mar 2005 17:13:45 -0800 (PST)
Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68])
	by wyvern.icir.org (8.12.9p1/8.12.8) with ESMTP id j2A1DjOn066707
	for <xorp-cvs@icir.org>; Wed, 9 Mar 2005 17:13:45 -0800 (PST)
	(envelope-from pavlin@icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.11/8.12.8) with ESMTP id j2A1Dile036655
	for <xorp-cvs@icir.org>; Wed, 9 Mar 2005 17:13:44 -0800 (PST)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.11/8.12.3/Submit) id j2A1DipS036654
	for xorp-cvs@icir.org; Thu, 10 Mar 2005 01:13:44 GMT
	(envelope-from pavlin)
Date: Thu, 10 Mar 2005 01:13:44 GMT
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200503100113.j2A1DipS036654@xorpc.icir.org>
To: xorp-cvs@icir.org
X-XORP-CVS-Branch: HEAD
Subject: [Xorp-cvs] XORP cvs commit: xorp/fea xorp/fib2mrib xorp/mld6igmp xorp/pim
 xorp/static_routes
Sender: xorp-cvs-admin@icir.org
Errors-To: xorp-cvs-admin@icir.org
X-BeenThere: xorp-cvs@icir.org
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:xorp-cvs-request@icir.org?subject=help>
List-Post: <mailto:xorp-cvs@icir.org>
List-Subscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=subscribe>
List-Id: Mailing list for XORP CVS commit messages <xorp-cvs.icir.org>
List-Unsubscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=unsubscribe>

CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-03-10 01:13:44 UTC

XORP CVS repository


Modified files:
	fea           xrl_mfea_node.cc 
	fib2mrib      xrl_fib2mrib_node.cc 
	mld6igmp      xrl_mld6igmp_node.cc 
	pim           xrl_pim_node.cc 
	static_routes xrl_static_routes_node.cc 

Log message:
	Instead of calling XLOG_FATAL() and core-dumping when SEND_FAILED
	XRL return error is received, now SEND_FAILED is handled same as
	NO_FINDER failure (i.e., fatal for the communication) so we handle
	this gracefully.
	Otherwise, say, a coredump in one process was triggering coredumps
	in other processes as well rather than a graceful shutdown.
	
	Bug found by:   Atanu Ghosh

Revision  Changes    Path
1.40      +14 -14    xorp/fea/xrl_mfea_node.cc
1.29      +16 -16    xorp/fib2mrib/xrl_fib2mrib_node.cc
1.37      +11 -11    xorp/mld6igmp/xrl_mld6igmp_node.cc
1.67      +17 -17    xorp/pim/xrl_pim_node.cc
1.29      +10 -10    xorp/static_routes/xrl_static_routes_node.cc
_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs