No subject



Tue Feb 15 02:08:39 2005
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Mon, 14 Feb 2005 18:09: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 j1F291So025322
	for <atanu@tigger.icir.org>; Mon, 14 Feb 2005 18:09: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 j1F291YT088323
	for <atanu@icir.org>; Mon, 14 Feb 2005 18:09:01 -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 j1F2913q000428;
	Mon, 14 Feb 2005 18:09:01 -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 j1F28d3q000415
	for <xorp-cvs@icsi.berkeley.edu>; Mon, 14 Feb 2005 18:08:39 -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 j1F28dYT088321
	for <xorp-cvs@icir.org>; Mon, 14 Feb 2005 18:08:39 -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 j1F28dKx002658
	for <xorp-cvs@icir.org>; Mon, 14 Feb 2005 18:08:39 -0800 (PST)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.11/8.12.3/Submit) id j1F28dBF002657
	for xorp-cvs@icir.org; Tue, 15 Feb 2005 02:08:39 GMT
	(envelope-from pavlin)
Date: Tue, 15 Feb 2005 02:08:39 GMT
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200502150208.j1F28dBF002657@xorpc.icir.org>
To: xorp-cvs@icir.org
X-XORP-CVS-Branch: HEAD
Subject: [Xorp-cvs] XORP cvs commit: xorp/fea xorp/mld6igmp xorp/pim xorp/xrl/targets
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-02-15 02:08:39 UTC

XORP CVS repository


Modified files:
	fea           fea.cc mfea_node.cc mfea_node.hh test_mfea.cc 
	              xrl_mfea_node.cc xrl_mfea_node.hh 
	mld6igmp      test_mld6igmp.cc 
	pim           test_pim.cc 
	xrl/targets   Makefile.am Makefile.in mfea.tgt mfea.xrls 
	              mfea_base.cc mfea_base.hh 

Log message:
	* Apply the patch from Bruce Simpson (Bugzilla entry 46, Comment #1,
	  Attachment id=9) so the MFEA can register/deregister interest in
	  the FEA.
	
	* Refactor and improve the above patch.
	
	* Track the finder state and exit if the finder is disconnected.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=46

Revision  Changes    Path
1.46      +20 -20    xorp/fea/fea.cc
1.44      +32 -15    xorp/fea/mfea_node.cc
1.25      +6 -11     xorp/fea/mfea_node.hh
1.20      +14 -17    xorp/fea/test_mfea.cc
1.34      +216 -27   xorp/fea/xrl_mfea_node.cc
1.19      +71 -18    xorp/fea/xrl_mfea_node.hh
1.41      +14 -17    xorp/mld6igmp/test_mld6igmp.cc
1.48      +19 -24    xorp/pim/test_pim.cc
1.53      +2 -1      xorp/xrl/targets/Makefile.am
1.67      +1 -0      xorp/xrl/targets/Makefile.in
1.5       +3 -1      xorp/xrl/targets/mfea.tgt
1.19      +19 -1     xorp/xrl/targets/mfea.xrls
1.24      +63 -1     xorp/xrl/targets/mfea_base.cc
1.25      +33 -1     xorp/xrl/targets/mfea_base.hh
_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs