[Xorp-cvs] XORP cvs commit: xorp/fea xorp/xrl/interfaces xorp/xrl/targets

Pavlin Radoslavov pavlin@icir.org
Sun, 26 Mar 2006 08:05:05 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-03-26 08:05:05 UTC

XORP CVS repository


Modified files:
	fea           xrl_fti.cc xrl_fti.hh xrl_target.cc xrl_target.hh 
	xrl/interfaces fea_fib.xif fea_fib_xif.cc fea_fib_xif.hh 
	xrl/targets   fea.xrls fea_base.cc fea_base.hh 

Log message:
	Rename argument target_name to client_target_name for the following
	XRLs and their backend implementation:
	 - add_fib_client4
	 - add_fib_client6
	 - delete_fib_client4
	 - delete_fib_client6
	
	This renaming is needed, because no XRL argument should be named
	"target_name". The argument with such name is created when
	auto-generating the XRL interface related files.
	
	This fixes part of Bugzilla entry #574, Issue 1 when compiling
	XORP with Intel compiler.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=574
	Submitted by:   Hasso Tepper

Revision  Changes                                Path
1.21      +19 -19;  commitid: 4040442649577ea6;  xorp/fea/xrl_fti.cc
1.15      +9 -9;  commitid: 4040442649577ea6;    xorp/fea/xrl_fti.hh
1.80      +11 -9;  commitid: 4040442649577ea6;   xorp/fea/xrl_target.cc
1.57      +6 -6;  commitid: 4040442649577ea6;    xorp/fea/xrl_target.hh
1.3       +8 -7;  commitid: 4040442649577ea6;    xorp/xrl/interfaces/fea_fib.xif
1.9       +9 -9;  commitid: 4040442649577ea6;    xorp/xrl/interfaces/fea_fib_xif.cc
1.6       +7 -7;  commitid: 4040442649577ea6;    xorp/xrl/interfaces/fea_fib_xif.hh
1.55      +7 -7;  commitid: 4040442649577ea6;    xorp/xrl/targets/fea.xrls
1.59      +5 -5;  commitid: 4040442649577ea6;    xorp/xrl/targets/fea_base.cc
1.61      +7 -7;  commitid: 4040442649577ea6;    xorp/xrl/targets/fea_base.hh