No subject



Sun Jun 1 19:17:19 2003
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Sun, 01 Jun 2003 19:18:01 -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 h522I1CH051850
	for <atanu@tigger.icir.org>; Sun, 1 Jun 2003 19:18: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.8p1/8.12.3) with ESMTP id h522I1DD011044;
	Sun, 1 Jun 2003 19:18: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.9/8.12.9) with ESMTP id h522I0bb023912;
	Sun, 1 Jun 2003 19:18:00 -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 h522HJbb023892
	for <xorp-cvs@icsi.berkeley.edu>; Sun, 1 Jun 2003 19:17:19 -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 h522HJDD011041
	for <xorp-cvs@icir.org>; Sun, 1 Jun 2003 19:17:19 -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 h522HJQg052266
	for <xorp-cvs@icir.org>; Sun, 1 Jun 2003 19:17:19 -0700 (PDT)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.8p1/8.12.3/Submit) id h522HJEs052265;
	Sun, 1 Jun 2003 19:17:19 -0700 (PDT)
	(envelope-from pavlin)
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200306020217.h522HJEs052265@xorpc.icir.org>
Date:     Sun,  1 Jun 2003 19:17:19  ()
To: xorp-cvs@icir.org
Reply-To: pavlin@icir.org
Subject: [Xorp-cvs] XORP cvs commit: xorp/fea/ mfea_config.cc mfea_mrouter.cc mfea_mrouter.hh  	           mfea_node.cc mfea_node.hh xrl_mfea_vif_manager.cc
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/06/01 19:17:19

Modified files:
	xorp/fea/: mfea_config.cc mfea_mrouter.cc mfea_mrouter.hh 
	           mfea_node.cc mfea_node.hh xrl_mfea_vif_manager.cc 

Log message:
	* Implement new method
	MfeaNode::add_config_vif(const Vif& vif, string& reason)
	
	* Fix MfeaNode::set_config_all_vifs_done() :
	Don't call add/delete_config_foo to propagate the changes
	to all clients. Instead, call only add/delete_foo to setup
	the changes to MfeaNode only. The add/delete_config_foo
	should be called earlier directly from the XrlMfeaVifManager
	instead (or whoever configures the vifs in the Mfea).
	Though, at the end we still need to call
	send_set_config_all_vifs_done() to propage the end-of-transaction
	to all clients.
	
	* Move the implementation of add/delete_allow_kernel_signal_messages
	from MfeaMrouter to MfeaNode. Previously, there was
	_kernel_signal_messages_register member in both MfeaMrouter and
	MfeaNode, which was a bug. Now the set of protocols registered
	in receiving kernel messages is saved only in MfeaNode.
	
	* Remove MfeaMrouter:_kernel_signal_messages_register
	(see the above bullet)
	
	* On startup, the MFEA status is PROC_READY, because it doesn't
	need to wait for the FEA to be configured.
	
	* When pim_register MfeaVif is added, use a single
	add_config_vif(vif, reason) to add it instead of calling a number
	of add_config_foo() methods.
	In addition, use find_unused_config_vif_index() instead
	of find_unused_vif_index() to select its vif_index.
	
	* Fix XrlMfeaVifManager::set_vif_state() to operate on the
	configured vif set (i.e., by calling MfeaNode::add/delete_config_foo),
	and then complete the transaction by calling
	MfeaNode::set_config_all_vifs_done()
	instead of adding/deleting the info directly from the
	live vif set.

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