No subject



Sat Feb 12 08:09:12 2005
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Sat, 12 Feb 2005 00:10: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 j1C8A19o031990
	for <atanu@tigger.icir.org>; Sat, 12 Feb 2005 00:10: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 j1C8A0uM045937
	for <atanu@icir.org>; Sat, 12 Feb 2005 00:10:00 -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 j1C8A03q024065;
	Sat, 12 Feb 2005 00:10:00 -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 j1C89C3q024049
	for <xorp-cvs@icsi.berkeley.edu>; Sat, 12 Feb 2005 00:09:12 -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 j1C89CuM045927
	for <xorp-cvs@icir.org>; Sat, 12 Feb 2005 00:09:12 -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 j1C89CI4066120
	for <xorp-cvs@icir.org>; Sat, 12 Feb 2005 00:09:12 -0800 (PST)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.11/8.12.3/Submit) id j1C89CXs066119
	for xorp-cvs@icir.org; Sat, 12 Feb 2005 08:09:12 GMT
	(envelope-from pavlin)
Date: Sat, 12 Feb 2005 08:09:12 GMT
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200502120809.j1C89CXs066119@xorpc.icir.org>
To: xorp-cvs@icir.org
X-XORP-CVS-Branch: HEAD
Subject: [Xorp-cvs] XORP cvs commit: xorp/cli xorp/fea xorp/fea/tools xorp/fib2mrib
 xorp/libfeaclient xorp/libproto xorp/libxorp xorp/mld6igmp
 xorp/pim xorp/rib xorp/rib/tools xorp/rip xorp/rip/tools
 xorp/rtrmgr xorp/static_routes
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-12 08:09:12 UTC

XORP CVS repository


Modified files:
	cli           xrl_cli_node.cc 
	fea           mfea_node.cc xrl_socket_server.cc xrl_target.cc 
	fea/tools     show_interfaces.cc 
	fib2mrib      fib2mrib_node.cc xrl_fib2mrib_node.cc 
	libfeaclient  ifmgr_xrl_mirror.cc ifmgr_xrl_mirror.hh 
	              test_remote_copy.cc 
	libproto      proto_node.hh proto_state.cc 
	libxorp       service.cc service.hh test_service.cc 
	mld6igmp      mld6igmp_node.cc xrl_mld6igmp_node.cc 
	pim           pim_node.cc xrl_pim_node.cc 
	rib           rib_manager.cc vifmanager.cc 
	rib/tools     show_routes.cc 
	rip           xorp_rip_main.cc xrl_port_io.cc xrl_port_io.hh 
	              xrl_port_manager.cc xrl_port_manager.hh 
	              xrl_process_spy.cc xrl_process_spy.hh 
	              xrl_redist_manager.cc xrl_rib_notifier.cc 
	              xrl_rib_notifier.hh 
	rip/tools     common.cc show_peer_stats.cc show_stats.cc 
	rtrmgr        task.cc 
	static_routes static_routes_node.cc xrl_static_routes_node.cc 

Log message:
	Rename all ServiceStatus enumerated values from FOO to SERVICE_FOO
	to improve code clarity and to reduce the probability of name clash.

Revision  Changes    Path
1.19      +3 -3      xorp/cli/xrl_cli_node.cc
1.42      +9 -6      xorp/fea/mfea_node.cc
1.10      +32 -28    xorp/fea/tools/show_interfaces.cc
1.19      +36 -36    xorp/fea/xrl_socket_server.cc
1.69      +3 -3      xorp/fea/xrl_target.cc
1.17      +31 -28    xorp/fib2mrib/fib2mrib_node.cc
1.20      +11 -11    xorp/fib2mrib/xrl_fib2mrib_node.cc
1.14      +25 -20    xorp/libfeaclient/ifmgr_xrl_mirror.cc
1.9       +6 -6      xorp/libfeaclient/ifmgr_xrl_mirror.hh
1.9       +4 -4      xorp/libfeaclient/test_remote_copy.cc
1.25      +6 -6      xorp/libproto/proto_node.hh
1.7       +18 -18    xorp/libproto/proto_state.cc
1.4       +12 -12    xorp/libxorp/service.cc
1.6       +30 -24    xorp/libxorp/service.hh
1.6       +23 -23    xorp/libxorp/test_service.cc
1.34      +5 -3      xorp/mld6igmp/mld6igmp_node.cc
1.31      +3 -3      xorp/mld6igmp/xrl_mld6igmp_node.cc
1.56      +5 -3      xorp/pim/pim_node.cc
1.61      +5 -5      xorp/pim/xrl_pim_node.cc
1.46      +11 -11    xorp/rib/rib_manager.cc
1.10      +35 -30    xorp/rib/tools/show_routes.cc
1.36      +14 -11    xorp/rib/vifmanager.cc
1.4       +6 -6      xorp/rip/tools/common.cc
1.7       +3 -3      xorp/rip/tools/show_peer_stats.cc
1.8       +3 -3      xorp/rip/tools/show_stats.cc
1.10      +14 -11    xorp/rip/xorp_rip_main.cc
1.16      +17 -15    xorp/rip/xrl_port_io.cc
1.6       +4 -4      xorp/rip/xrl_port_io.hh
1.18      +9 -9      xorp/rip/xrl_port_manager.cc
1.10      +3 -3      xorp/rip/xrl_port_manager.hh
1.7       +13 -11    xorp/rip/xrl_process_spy.cc
1.5       +3 -3      xorp/rip/xrl_process_spy.hh
1.9       +5 -5      xorp/rip/xrl_redist_manager.cc
1.11      +11 -11    xorp/rip/xrl_rib_notifier.cc
1.4       +7 -7      xorp/rip/xrl_rib_notifier.hh
1.45      +2 -2      xorp/rtrmgr/task.cc
1.21      +31 -28    xorp/static_routes/static_routes_node.cc
1.21      +8 -8      xorp/static_routes/xrl_static_routes_node.cc
_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs