No subject



Thu May 15 16:10:32 2003
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Thu, 15 May 2003 16:11:04 -0700
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.8p1/8.12.3) with ESMTP id h4FNB4Kd009474
	for <atanu@tigger.icir.org>; Thu, 15 May 2003 16:11:04 -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.8p1/8.12.3) with ESMTP id h4FNB3EX005754
	for <atanu@icir.org>; Thu, 15 May 2003 16:11:03 -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.9/8.12.9) with ESMTP id h4FNB2KJ023482;
	Thu, 15 May 2003 16:11:03 -0700 (PDT)
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by fruitcake.icsi.Berkeley.EDU (8.12.9/8.12.9) with ESMTP id h4FNAWKJ023454
	for <xorp-cvs@icsi.berkeley.edu>; Thu, 15 May 2003 16:10:32 -0700 (PDT)
Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68])
	by wyvern.icir.org (8.12.8p1/8.12.3) with ESMTP id h4FNAWEX005748
	for <xorp-cvs@icir.org>; Thu, 15 May 2003 16:10:32 -0700 (PDT)
	(envelope-from pavlin@xorpc.icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.8p1/8.12.3) with ESMTP id h4FNAWQg082378
	for <xorp-cvs@icir.org>; Thu, 15 May 2003 16:10:32 -0700 (PDT)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.8p1/8.12.3/Submit) id h4FNAWD1082377;
	Thu, 15 May 2003 16:10:32 -0700 (PDT)
	(envelope-from pavlin)
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200305152310.h4FNAWD1082377@xorpc.icir.org>
Date:     Thu, 15 May 2003 16:10:32  ()
To: xorp-cvs@icir.org
Reply-To: pavlin@icir.org
Subject: [Xorp-cvs] XORP cvs commit: xorp/fea/ Makefile.am Makefile.in fea.cc fea_dummy.cc  xorp/fea/ mfea_config.cc mfea_dataflow.cc mfea_dataflow.hh  	           mfea_kernel_messages.hh mfea_module.h mfea_mrouter.cc  	           mfea_mrouter.hh mfea_node.cc mfea_node.hh  	           mfea_node_cli.cc mfea_node_cli.hh mfea_osdep.hh  ...mfea_proto_comm.cc  ...mfea_proto_comm.hh  ...mfea_vif.cc  ...mfea_vif.hh  ...xrl_mfea_node.cc  ...xrl_mfea_node.hh
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
Repository:	xorp/fea/
Changes by:	pavlin@xorpc.icir.org.	03/05/15 16:10:32

Modified files:
	xorp/fea/: Makefile.am Makefile.in fea.cc fea_dummy.cc 
Added files:
	xorp/fea/: mfea_config.cc mfea_dataflow.cc mfea_dataflow.hh 
	           mfea_kernel_messages.hh mfea_module.h mfea_mrouter.cc 
	           mfea_mrouter.hh mfea_node.cc mfea_node.hh 
	           mfea_node_cli.cc mfea_node_cli.hh mfea_osdep.hh 
	           mfea_proto_comm.cc mfea_proto_comm.hh mfea_vif.cc 
	           mfea_vif.hh xrl_mfea_node.cc xrl_mfea_node.hh 

Log message:
	Refactor the original MFEA code:
	- remove stuff that is already in the FEA
	- rename UnixComm to ProtoComm and break it into multicast-router
	related functionalities (in MfeaMrouter), and raw protocol-related
	functionalities (in ProtoComm)
	- Rename MFEA_UNIX_* to MFEA_*
	- Other misc small cleanup (remove _unix_ from pathnames, etc.)
	
	Currently, the multicast-related code compiles, but doesn't work yet.

_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs