No subject



Fri Apr 8 09:10:51 2005
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Fri, 08 Apr 2005 02:11:01 -0700
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 j389B1dq040071
	for <atanu@tigger.icir.org>; Fri, 8 Apr 2005 02:11:01 -0700 (PDT)
	(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.11/8.12.8) with ESMTP id j389B1gI051275
	for <atanu@icir.org>; Fri, 8 Apr 2005 02:11:01 -0700 (PDT)
	(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 j389B1SO007996;
	Fri, 8 Apr 2005 02:11:01 -0700 (PDT)
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 j389ApSO007986
	for <xorp-cvs@icsi.berkeley.edu>; Fri, 8 Apr 2005 02:10:51 -0700 (PDT)
Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68])
	by wyvern.icir.org (8.12.11/8.12.8) with ESMTP id j389Apsn051273
	for <xorp-cvs@icir.org>; Fri, 8 Apr 2005 02:10:51 -0700 (PDT)
	(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 j389Ap4V040506
	for <xorp-cvs@icir.org>; Fri, 8 Apr 2005 02:10:51 -0700 (PDT)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.11/8.12.3/Submit) id j389AplQ040505
	for xorp-cvs@icir.org; Fri, 8 Apr 2005 09:10:51 GMT
	(envelope-from pavlin)
Date: Fri, 8 Apr 2005 09:10:51 GMT
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200504080910.j389AplQ040505@xorpc.icir.org>
To: xorp-cvs@icir.org
X-XORP-CVS-Branch: HEAD
Subject: [Xorp-cvs] XORP cvs commit: xorp/mld6igmp xorp/pim
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-04-08 09:10:51 UTC

XORP CVS repository


Modified files:
	mld6igmp      xrl_mld6igmp_node.cc 
	pim           xrl_pim_node.cc 

Log message:
	If the MFEA fails to transmit a protocol message and returns
	COMMAND_FAILED XRL error, then just print an error and continue
	instead of calling XLOG_FATAL().
	
	For example, the transmission by the MFEA may fail if there is no
	buffer space or if an unicast destination is not reachable.
	
	Furthermore, all protocol messages are soft-state (i.e., they are
	retransmitted periodically by the protocol),
	hence we don't retransmit them here if there was an error.
	
	This fixes a coredump problem if a neighbor router is very flaky,
	or if the router is running with high capacity and is very low on
	buffer space.
	
	Bug found by:   Achmad Husni Thamrin <ahthamrin AT gmail.com>

Revision  Changes    Path
1.45      +14 -4     xorp/mld6igmp/xrl_mld6igmp_node.cc
1.81      +14 -4     xorp/pim/xrl_pim_node.cc
_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs