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

Pavlin Radoslavov pavlin at icir.org
Fri Sep 14 17:32:18 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-09-15 00:32:18 UTC

XORP CVS repository


Modified files:
	fea           Makefile.am Makefile.in fea_data_plane_manager.cc 
	              fea_data_plane_manager.hh ifconfig.cc ifconfig.hh 
	fea/data_plane/ifconfig Jamfile Makefile.am Makefile.in 

Added files:
	fea           ifconfig_vlan_get.hh ifconfig_vlan_set.hh 
	fea/data_plane/ifconfig ifconfig_vlan_get_bsd.cc 
	                        ifconfig_vlan_get_bsd.hh 
	                        ifconfig_vlan_get_dummy.cc 
	                        ifconfig_vlan_get_dummy.hh 
	                        ifconfig_vlan_set_bsd.cc 
	                        ifconfig_vlan_set_bsd.hh 
	                        ifconfig_vlan_set_dummy.cc 
	                        ifconfig_vlan_set_dummy.hh 

Log message:
	Add the framework for VLAN backend support:
	
	* Two new plugins: IfConfigVifGet and IfConfigVifSet
	* Two particular implementations of the above plugins: BSD-specific
	  ioctl() and Dummy.
	
	For the time being the above plugins are not used.

Revision  Changes                                Path
1.102     +3 -1;  commitid: 7ade46eb27597ea6;    xorp/fea/Makefile.am
1.121     +5 -5;  commitid: 7ade46eb27597ea6;    xorp/fea/Makefile.in
1.3       +5 -1;  commitid: 7ade46eb27597ea6;    xorp/fea/data_plane/ifconfig/Jamfile
1.4       +9 -1;  commitid: 7ade46eb27597ea6;    xorp/fea/data_plane/ifconfig/Makefile.am
1.5       +12 -2;  commitid: 7ade46eb27597ea6;   xorp/fea/data_plane/ifconfig/Makefile.in
1.1       +201 -0                                xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_bsd.cc (new)
1.1       +68 -0                                 xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_bsd.hh (new)
1.1       +83 -0                                 xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_dummy.cc (new)
1.1       +65 -0                                 xorp/fea/data_plane/ifconfig/ifconfig_vlan_get_dummy.hh (new)
1.1       +239 -0                                xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_bsd.cc (new)
1.1       +108 -0                                xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_bsd.hh (new)
1.1       +160 -0                                xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_dummy.cc (new)
1.1       +107 -0                                xorp/fea/data_plane/ifconfig/ifconfig_vlan_set_dummy.hh (new)
1.6       +62 -1;  commitid: 7ade46eb27597ea6;   xorp/fea/fea_data_plane_manager.cc
1.7       +19 -1;  commitid: 7ade46eb27597ea6;   xorp/fea/fea_data_plane_manager.hh
1.70      +133 -1;  commitid: 7ade46eb27597ea6;  xorp/fea/ifconfig.cc
1.70      +43 -1;  commitid: 7ade46eb27597ea6;   xorp/fea/ifconfig.hh
1.1       +99 -0                                 xorp/fea/ifconfig_vlan_get.hh (new)
1.1       +141 -0                                xorp/fea/ifconfig_vlan_set.hh (new)



More information about the Xorp-cvs mailing list