No subject



Fri May 23 16:35:01 2003
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Fri, 23 May 2003 16:36:03 -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 h4NNa3wZ006215
	for <atanu@tigger.icir.org>; Fri, 23 May 2003 16:36:03 -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 h4NNa2DD094859
	for <atanu@icir.org>; Fri, 23 May 2003 16:36:02 -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 h4NNa2KJ021364;
	Fri, 23 May 2003 16:36:02 -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 h4NNZ2KJ021349
	for <xorp-cvs@icsi.berkeley.edu>; Fri, 23 May 2003 16:35:02 -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 h4NNZ2DD094828
	for <xorp-cvs@icir.org>; Fri, 23 May 2003 16:35:02 -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 h4NNZ1Qg015021
	for <xorp-cvs@icir.org>; Fri, 23 May 2003 16:35:01 -0700 (PDT)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.8p1/8.12.3/Submit) id h4NNZ1xQ015020;
	Fri, 23 May 2003 16:35:01 -0700 (PDT)
	(envelope-from pavlin)
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200305232335.h4NNZ1xQ015020@xorpc.icir.org>
Date:     Fri, 23 May 2003 16:35:01  ()
To: xorp-cvs@icir.org
Reply-To: pavlin@icir.org
Subject: [Xorp-cvs] XORP cvs commit: xorp/fea/ ifconfig.cc ifconfig.hh ifconfig_get_getifaddrs.cc  	           ifconfig_get_ioctl.cc ifconfig_get_sysctl.cc  	           ifconfig_set_dummy.cc xrl_ifmanager.cc  	           xrl_ifupdate.cc xrl_ifupdate.hh  ...xrl_mfea_vif_manager.cc  ...xrl_mfea_vif_manager.hh  ...xrl_target.cc  ...xrl_target.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/23 16:35:01

Modified files:
	xorp/fea/: ifconfig.cc ifconfig.hh ifconfig_get_getifaddrs.cc 
	           ifconfig_get_ioctl.cc ifconfig_get_sysctl.cc 
	           ifconfig_set_dummy.cc xrl_ifmanager.cc 
	           xrl_ifupdate.cc xrl_ifupdate.hh 
	           xrl_mfea_vif_manager.cc xrl_mfea_vif_manager.hh 
	           xrl_target.cc xrl_target.hh 

Log message:
	* Implement the new XRLs and the necessary hooks for registering
	a client that monitors all interfaces:
	register_all_interfaces_client
	unregister_all_interfaces_client
	
	* Now xrl_mfea_vif_manager uses
	register_all_interfaces_client and unregister_all_interfaces_client
	to monitor all interfaces instead.
	
	* Temporary modify IfConfigGetGetifaddrs::receive_data()
	to use parse_buffer_rtm() to parse only the interface-related
	data received from a routing socket instead of pulling all interfaces
	and blasting them to all clients (even in the case when
	we installed a routing entry to the kernel).
	Soon this will be replaced with a cleaner solution.

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