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

Pavlin Radoslavov pavlin at icir.org
Mon Apr 30 23:36:45 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-05-01 06:36:45 UTC

XORP CVS repository


Modified files:
	fea           Makefile.am Makefile.in 
	fea/forwarding_plane/ifconfig Makefile.am Makefile.in 
	                              ifconfig_parse_getifaddrs.cc 
	                              ifconfig_parse_ioctl.cc 
	                              ifconfig_parse_routing_socket.cc 

Added files:
	fea/forwarding_plane/ifconfig ifconfig_media.cc ifconfig_media.hh 

Removed files:
	fea           ifconfig_media.cc ifconfig_media.hh 

Log message:
	FEA refactoring:
	
	Moved the ifconfig_media.{hh,cc} files from the "fea/" directory to
	"fea/forwarding_plane/ifconfig/" :
	
	ifconfig_media.cc -> forwarding_plane/ifconfig/ifconfig_media.cc
	ifconfig_media.hh -> forwarding_plane/ifconfig/ifconfig_media.hh
	
	Note that currently all implemented medhods for testing the media
	link status are implemented inside a single global function
	with a number of #ifdef guards. In the future we need to separate
	those methods and incorporate them into the rest of the xorp_ifconfig
	library using the appropriate design (e.g., as part of the IfConfigGet
	class for example).

Revision  Changes                                Path
1.87      +3 -3;  commitid: 17eb54636dfde7ea6;   xorp/fea/Makefile.am
1.106     +11 -2;  commitid: 17eb54636dfde7ea6;  xorp/fea/Makefile.in
1.2       +5 -2;  commitid: 17eb54636dfde7ea6;   xorp/fea/forwarding_plane/ifconfig/Makefile.am
1.2       +15 -5;  commitid: 17eb54636dfde7ea6;  xorp/fea/forwarding_plane/ifconfig/Makefile.in
1.1       +215 -0                                xorp/fea/forwarding_plane/ifconfig/ifconfig_media.cc (new)
1.1       +24 -0                                 xorp/fea/forwarding_plane/ifconfig/ifconfig_media.hh (new)
1.6       +3 -2;  commitid: 17eb54636dfde7ea6;   xorp/fea/forwarding_plane/ifconfig/ifconfig_parse_getifaddrs.cc
1.6       +3 -2;  commitid: 17eb54636dfde7ea6;   xorp/fea/forwarding_plane/ifconfig/ifconfig_parse_ioctl.cc
1.8       +3 -2;  commitid: 17eb54636dfde7ea6;   xorp/fea/forwarding_plane/ifconfig/ifconfig_parse_routing_socket.cc
1.13      +0 -215                                xorp/fea/ifconfig_media.cc (dead)
1.4       +0 -24                                 xorp/fea/ifconfig_media.hh (dead)



More information about the Xorp-cvs mailing list