No subject



Tue Aug 3 03:01:12 2004
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Mon, 02 Aug 2004 20:02:01 -0700
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 i7332176019421
	for <atanu@tigger.icir.org>; Mon, 2 Aug 2004 20:02: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.9p1/8.12.8) with ESMTP id i733210T038598
	for <atanu@icir.org>; Mon, 2 Aug 2004 20:02: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.10/8.12.9) with ESMTP id i73320dj022333;
	Mon, 2 Aug 2004 20:02:00 -0700 (PDT)
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 i7331Ddj022314
	for <xorp-cvs@icsi.berkeley.edu>; Mon, 2 Aug 2004 20:01:13 -0700 (PDT)
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 i7331C0T038595
	for <xorp-cvs@icir.org>; Mon, 2 Aug 2004 20:01:12 -0700 (PDT)
	(envelope-from pavlin@icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i7331C8M084779
	for <xorp-cvs@icir.org>; Mon, 2 Aug 2004 20:01:12 -0700 (PDT)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i7331C5S084778
	for xorp-cvs@icir.org; Tue, 3 Aug 2004 03:01:12 GMT
	(envelope-from pavlin)
Date: Tue, 3 Aug 2004 03:01:12 GMT
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200408030301.i7331C5S084778@xorpc.icir.org>
To: xorp-cvs@icir.org
X-XORP-CVS-Branch: HEAD
Subject: [Xorp-cvs] XORP cvs commit: xorp/fea xorp/pim xorp/rib xorp/rib/tools
 xorp/rip/tools xorp/xrl/interfaces xorp/xrl/targets
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	2004-08-03 03:01:12 UTC

XORP CVS repository


Modified files:
	fea           xrl_shell_funcs.sh xrl_target.cc xrl_target.hh 
	pim           xrl_pim_node.cc xrl_pim_node.hh 
	rib           redist_xrl.cc 
	rib/tools     show_routes.cc 
	rip/tools     xrl_rip_shell_funcs.sh xrl_ripng_shell_funcs.sh 
	xrl/interfaces redist4.xif redist4_xif.cc redist4_xif.hh 
	               redist6.xif redist6_xif.cc redist6_xif.hh 
	               redist_transaction4.xif redist_transaction4_xif.cc 
	               redist_transaction4_xif.hh redist_transaction6.xif 
	               redist_transaction6_xif.cc 
	               redist_transaction6_xif.hh 
	xrl/targets   fea.xrls fea_base.cc fea_base.hh pim.xrls 
	              pim_base.cc pim_base.hh rip.xrls rip_base.cc 
	              rip_base.hh ripng.xrls ripng_base.cc ripng_base.hh 
	              show_routes.xrls show_routes_base.cc 
	              show_routes_base.hh 

Log message:
	Rename some of the XRL arguments (for consistency):
	nh -> nexthop
	ad -> admin_distance
	
	The modified XRLs are:
	redist[4,6]/0.1/add_route
	redist_transaction[4,6]/0.1/add_route

Revision  Changes    Path
1.15      +2 -2      xorp/fea/xrl_shell_funcs.sh
1.46      +9 -7      xorp/fea/xrl_target.cc
1.34      +11 -9     xorp/fea/xrl_target.hh
1.57      +13 -13    xorp/pim/xrl_pim_node.cc
1.43      +11 -9     xorp/pim/xrl_pim_node.hh
1.13      +7 -7      xorp/rib/redist_xrl.cc
1.5       +11 -11    xorp/rib/tools/show_routes.cc
1.7       +2 -2      xorp/rip/tools/xrl_rip_shell_funcs.sh
1.7       +2 -2      xorp/rip/tools/xrl_ripng_shell_funcs.sh
1.7       +6 -5      xorp/xrl/interfaces/redist4.xif
1.7       +5 -5      xorp/xrl/interfaces/redist4_xif.cc
1.7       +6 -5      xorp/xrl/interfaces/redist4_xif.hh
1.7       +6 -5      xorp/xrl/interfaces/redist6.xif
1.7       +5 -5      xorp/xrl/interfaces/redist6_xif.cc
1.7       +6 -5      xorp/xrl/interfaces/redist6_xif.hh
1.6       +6 -5      xorp/xrl/interfaces/redist_transaction4.xif
1.6       +5 -5      xorp/xrl/interfaces/redist_transaction4_xif.cc
1.6       +6 -5      xorp/xrl/interfaces/redist_transaction4_xif.hh
1.6       +6 -5      xorp/xrl/interfaces/redist_transaction6.xif
1.6       +5 -5      xorp/xrl/interfaces/redist_transaction6_xif.cc
1.6       +6 -5      xorp/xrl/interfaces/redist_transaction6_xif.hh
1.33      +7 -7      xorp/xrl/targets/fea.xrls
1.37      +5 -5      xorp/xrl/targets/fea_base.cc
1.39      +11 -9     xorp/xrl/targets/fea_base.hh
1.36      +7 -7      xorp/xrl/targets/pim.xrls
1.38      +5 -5      xorp/xrl/targets/pim_base.cc
1.42      +11 -9     xorp/xrl/targets/pim_base.hh
1.15      +4 -4      xorp/xrl/targets/rip.xrls
1.15      +3 -3      xorp/xrl/targets/rip_base.cc
1.16      +6 -5      xorp/xrl/targets/rip_base.hh
1.17      +4 -4      xorp/xrl/targets/ripng.xrls
1.17      +3 -3      xorp/xrl/targets/ripng_base.cc
1.18      +6 -5      xorp/xrl/targets/ripng_base.hh
1.4       +7 -7      xorp/xrl/targets/show_routes.xrls
1.3       +5 -5      xorp/xrl/targets/show_routes_base.cc
1.4       +11 -9     xorp/xrl/targets/show_routes_base.hh
_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs