No subject



Thu Jan 20 00:43:19 2005
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Wed, 19 Jan 2005 16:44: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 j0K0i1xY033517
	for <atanu@tigger.icir.org>; Wed, 19 Jan 2005 16:44: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 j0K0i1IY065285
	for <atanu@icir.org>; Wed, 19 Jan 2005 16:44: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 j0K0i16p000370;
	Wed, 19 Jan 2005 16:44: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 j0K0hJ6p000343
	for <xorp-cvs@icsi.berkeley.edu>; Wed, 19 Jan 2005 16:43:19 -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 j0K0hJIY065279
	for <xorp-cvs@icir.org>; Wed, 19 Jan 2005 16:43:19 -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 j0K0hJse012322
	for <xorp-cvs@icir.org>; Wed, 19 Jan 2005 16:43:19 -0800 (PST)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.11/8.12.3/Submit) id j0K0hJYc012321
	for xorp-cvs@icir.org; Thu, 20 Jan 2005 00:43:19 GMT
	(envelope-from pavlin)
Date: Thu, 20 Jan 2005 00:43:19 GMT
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200501200043.j0K0hJYc012321@xorpc.icir.org>
To: xorp-cvs@icir.org
X-XORP-CVS-Branch: HEAD
Subject: [Xorp-cvs] XORP cvs commit: xorp/fea 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	2005-01-20 00:43:19 UTC

XORP CVS repository


Modified files:
	fea           click_socket.cc click_socket.hh fticonfig.cc 
	              fticonfig.hh fticonfig_entry_set_click.cc 
	              fticonfig_table_set_click.cc xrl_target.cc 
	              xrl_target.hh 
	xrl/interfaces fea_click.xif fea_click_xif.cc fea_click_xif.hh 
	xrl/targets   fea.xrls fea_base.cc fea_base.hh 

Log message:
	Implement a new FEA Click XRL that can be used to enable/disable
	duplicating the Click routes to the system kernel:
	
	enable_duplicate_routes_to_kernel ? enable:bool

Revision  Changes    Path
1.18      +2 -1      xorp/fea/click_socket.cc
1.16      +19 -1     xorp/fea/click_socket.hh
1.39      +16 -1     xorp/fea/fticonfig.cc
1.32      +9 -1      xorp/fea/fticonfig.hh
1.18      +5 -2      xorp/fea/fticonfig_entry_set_click.cc
1.6       +5 -2      xorp/fea/fticonfig_table_set_click.cc
1.68      +19 -1     xorp/fea/xrl_target.cc
1.50      +11 -1     xorp/fea/xrl_target.hh
1.4       +9 -1      xorp/xrl/interfaces/fea_click.xif
1.6       +33 -1     xorp/xrl/interfaces/fea_click_xif.cc
1.4       +24 -1     xorp/xrl/interfaces/fea_click_xif.hh
1.48      +9 -1      xorp/xrl/targets/fea.xrls
1.52      +31 -1     xorp/xrl/targets/fea_base.cc
1.54      +15 -1     xorp/xrl/targets/fea_base.hh
_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs