[Xorp-cvs] XORP cvs commit: xorp/fea

Bruce Simpson bms@icir.org
Thu, 4 Aug 2005 13:18:38 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	bms@xorpc.icir.org	2005-08-04 13:18:38 UTC

XORP CVS repository


Added files:
	fea           fticonfig_entry_get_iphelper.cc 
	              fticonfig_entry_observer_iphelper.cc 
	              fticonfig_entry_set_iphelper.cc 
	              fticonfig_table_get_iphelper.cc 
	              fticonfig_table_observer_iphelper.cc 
	              fticonfig_table_set_iphelper.cc 
	              ifconfig_get_iphelper.cc 
	              ifconfig_observer_iphelper.cc 
	              ifconfig_set_iphelper.cc ip.h 
	              test_config_win32_eth.sh 

Log message:
	Diff reduction with XORP/Win32:
	 Add support files for the Windows version of the FEA,
	 but do not connect them to the build yet.

Revision  Changes    Path
1.1       +420 -0    xorp/fea/fticonfig_entry_get_iphelper.cc (new)
1.1       +90 -0     xorp/fea/fticonfig_entry_observer_iphelper.cc (new)
1.1       +348 -0    xorp/fea/fticonfig_entry_set_iphelper.cc (new)
1.1       +232 -0    xorp/fea/fticonfig_table_get_iphelper.cc (new)
1.1       +86 -0     xorp/fea/fticonfig_table_observer_iphelper.cc (new)
1.1       +161 -0    xorp/fea/fticonfig_table_set_iphelper.cc (new)
1.1       +316 -0    xorp/fea/ifconfig_get_iphelper.cc (new)
1.1       +90 -0     xorp/fea/ifconfig_observer_iphelper.cc (new)
1.1       +764 -0    xorp/fea/ifconfig_set_iphelper.cc (new)
1.1       +370 -0    xorp/fea/ip.h (new)
1.1       +31 -0     xorp/fea/test_config_win32_eth.sh (new)