No subject



Thu Dec 2 02:37:50 2004
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Wed, 01 Dec 2004 18:38:03 -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 iB22c3Ao094947
	for <atanu@tigger.icir.org>; Wed, 1 Dec 2004 18:38:03 -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 iB22c3eU068942
	for <atanu@icir.org>; Wed, 1 Dec 2004 18:38:03 -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 iB22c2N1000857;
	Wed, 1 Dec 2004 18:38:03 -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 iB22boN1000835
	for <xorp-cvs@icsi.berkeley.edu>; Wed, 1 Dec 2004 18:37:50 -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 iB22boeU068939
	for <xorp-cvs@icir.org>; Wed, 1 Dec 2004 18:37:50 -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 iB22boVp042989
	for <xorp-cvs@icir.org>; Wed, 1 Dec 2004 18:37:50 -0800 (PST)
	(envelope-from pavlin@xorpc.icir.org)
Received: (from pavlin@localhost)
	by xorpc.icir.org (8.12.11/8.12.3/Submit) id iB22bokH042988
	for xorp-cvs@icir.org; Thu, 2 Dec 2004 02:37:50 GMT
	(envelope-from pavlin)
Date: Thu, 2 Dec 2004 02:37:50 GMT
From: Pavlin Radoslavov <pavlin@icir.org>
Message-Id: <200412020237.iB22bokH042988@xorpc.icir.org>
To: xorp-cvs@icir.org
X-XORP-CVS-Branch: HEAD
Subject: [Xorp-cvs] XORP cvs commit: xorp/etc/templates 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	2004-12-02 02:37:50 UTC

XORP CVS repository


Modified files:
	etc/templates fea.tp 
	fea           click_socket.cc click_socket.hh fticonfig.cc 
	              fticonfig.hh ifconfig.cc ifconfig.hh 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:
	Add XRL interface for configuring/installing kernel-level Click:
	kernel module loading and Click file system mounting.
	The loading and the mounting operations are not implemented yet.

Revision  Changes    Path
1.28      +23 -2     xorp/etc/templates/fea.tp
1.9       +2 -1      xorp/fea/click_socket.cc
1.8       +35 -1     xorp/fea/click_socket.hh
1.36      +48 -1     xorp/fea/fticonfig.cc
1.28      +27 -2     xorp/fea/fticonfig.hh
1.40      +42 -1     xorp/fea/ifconfig.cc
1.38      +26 -1     xorp/fea/ifconfig.hh
1.63      +61 -1     xorp/fea/xrl_target.cc
1.48      +31 -1     xorp/fea/xrl_target.hh
1.2       +28 -4     xorp/xrl/interfaces/fea_click.xif
1.2       +97 -1     xorp/xrl/interfaces/fea_click_xif.cc
1.2       +70 -1     xorp/xrl/interfaces/fea_click_xif.hh
1.46      +25 -1     xorp/xrl/targets/fea.xrls
1.48      +91 -1     xorp/xrl/targets/fea_base.cc
1.52      +43 -1     xorp/xrl/targets/fea_base.hh
_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs