No subject



Tue Dec 21 16:16:51 2004
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Tue, 21 Dec 2004 08:17: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 iBLGH1PY058035
	for <atanu@tigger.icir.org>; Tue, 21 Dec 2004 08:17: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 iBLGH1ox095638
	for <atanu@icir.org>; Tue, 21 Dec 2004 08:17: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 iBLGH18f018963;
	Tue, 21 Dec 2004 08:17: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 iBLGGp8f018935
	for <xorp-cvs@icsi.berkeley.edu>; Tue, 21 Dec 2004 08:16:51 -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 iBLGGpox095634
	for <xorp-cvs@icir.org>; Tue, 21 Dec 2004 08:16:51 -0800 (PST)
	(envelope-from mjh@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 iBLGGp9D006080
	for <xorp-cvs@icir.org>; Tue, 21 Dec 2004 08:16:51 -0800 (PST)
	(envelope-from mjh@xorpc.icir.org)
Received: (from mjh@localhost)
	by xorpc.icir.org (8.12.11/8.12.3/Submit) id iBLGGpJN006079
	for xorp-cvs@icir.org; Tue, 21 Dec 2004 16:16:51 GMT
	(envelope-from mjh)
Date: Tue, 21 Dec 2004 16:16:51 GMT
From: Mark Handley <mjh@icir.org>
Message-Id: <200412211616.iBLGGpJN006079@xorpc.icir.org>
To: xorp-cvs@icir.org
X-XORP-CVS-Branch: HEAD
Subject: [Xorp-cvs] XORP cvs commit: xorp/rtrmgr
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:	mjh@xorpc.icir.org	2004-12-21 16:16:51 UTC

XORP CVS repository


Modified files:
	rtrmgr        Makefile.am Makefile.in generic_module_manager.cc 
	              generic_module_manager.hh op_commands.cc 
	              op_commands.hh slave_module_manager.cc 
	              slave_module_manager.hh xorpsh_main.cc 
	              xorpsh_main.hh 

Log message:
	A little more refactoring in the ModuleManager.
	
	Fix so that xorpsh module manager gets updated properly with the
	module state from the rtrmgr.
	
	Use module state in xorpsh to determine whether or not to provide the
	operational mode commands for each module to the user.  Only commands
	for active modules will be shown.  This should fix bug 26.

Revision  Changes    Path
1.44      +3 -1      xorp/rtrmgr/Makefile.am
1.55      +10 -8     xorp/rtrmgr/Makefile.in
1.4       +1 -56     xorp/rtrmgr/generic_module_manager.cc
1.6       +1 -11     xorp/rtrmgr/generic_module_manager.hh
1.39      +11 -2     xorp/rtrmgr/op_commands.cc
1.23      +5 -2      xorp/rtrmgr/op_commands.hh
1.19      +32 -61    xorp/rtrmgr/slave_module_manager.cc
1.18      +5 -16     xorp/rtrmgr/slave_module_manager.hh
1.36      +5 -6      xorp/rtrmgr/xorpsh_main.cc
1.18      +3 -3      xorp/rtrmgr/xorpsh_main.hh
_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs