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

Pavlin Radoslavov pavlin at icir.org
Thu Apr 26 02:59:11 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-04-26 09:59:10 UTC

XORP CVS repository


Modified files:
	fea           Makefile.am Makefile.in 

Added files:
	fea/forwarding_plane/fibconfig 
	                               fibconfig_entry_parse_netlink_socket.cc 
	                               fibconfig_entry_parse_routing_socket.cc 
	                               fibconfig_table_parse_netlink_socket.cc 
	                               fibconfig_table_parse_routing_socket.cc 
	fea/forwarding_plane/ifconfig ifconfig_parse_getifaddrs.cc 
	                              ifconfig_parse_ioctl.cc 
	                              ifconfig_parse_netlink_socket.cc 
	                              ifconfig_parse_routing_socket.cc 

Removed files:
	fea           fticonfig_entry_parse_nlm.cc 
	              fticonfig_entry_parse_rtm.cc 
	              fticonfig_table_parse_nlm.cc 
	              fticonfig_table_parse_rtm.cc 
	              ifconfig_parse_ifaddrs.cc ifconfig_parse_ifreq.cc 
	              ifconfig_parse_nlm.cc ifconfig_parse_rtm.cc 

Log message:
	FEA refactoring:
	
	Moved the system-specific fticonfig_*_parse_* files from xorp/fea/
	to their new location under xorp/fea/forwarding_plane/fibconfig/ .
	
	Moved the system-specific ifconfig_parse_* files from xorp/fea/
	to their new location under xorp/fea/forwarding_plane/fibconfig/ .
	
	Note that after the moving the following rules have been applied:
	
	* The "fticonfig_" prefix has been renamed to "fibconfig_"
	* Files with suffix "_ifaddrs.cc" now have suffix "_getifaddrs.cc"
	* Files with suffix "_ifreq.cc" now have suffix "_ioctl.cc"
	* Files with suffix "_nlm.cc" now have suffix "_netlink_socket.cc"
	* Files with suffix "_rtm.cc" now have suffix "_routing_socket.cc"
	
	fticonfig_entry_parse_nlm.cc ->
	    forwarding_plane/fibconfig/fibconfig_entry_parse_netlink_socket.cc
	fticonfig_entry_parse_rtm.cc ->
	    forwarding_plane/fibconfig/fibconfig_entry_parse_routing_socket.cc
	fticonfig_table_parse_nlm.cc ->
	    forwarding_plane/fibconfig/fibconfig_table_parse_netlink_socket.cc
	fticonfig_table_parse_rtm.cc ->
	    forwarding_plane/fibconfig/fibconfig_table_parse_routing_socket.cc
	ifconfig_parse_ifaddrs.cc ->
	    forwarding_plane/ifconfig/ifconfig_parse_getifaddrs.cc
	ifconfig_parse_ifreq.cc ->
	    forwarding_plane/ifconfig/ifconfig_parse_ioctl.cc
	ifconfig_parse_nlm.cc ->
	    forwarding_plane/ifconfig/ifconfig_parse_netlink_socket.cc
	ifconfig_parse_rtm.cc ->
	    forwarding_plane/ifconfig/ifconfig_parse_routing_socket.cc
	
	Approved by:    Adam Greenhalgh

Revision  Changes                               Path
1.79      +9 -9;  commitid: 9c0463076c57ea6;    xorp/fea/Makefile.am
1.98      +85 -22;  commitid: 9c0463076c57ea6;  xorp/fea/Makefile.in
1.1       +133 -0                               xorp/fea/forwarding_plane/fibconfig/fibconfig_entry_parse_netlink_socket.cc (new)
1.1       +116 -0                               xorp/fea/forwarding_plane/fibconfig/fibconfig_entry_parse_routing_socket.cc (new)
1.1       +142 -0                               xorp/fea/forwarding_plane/fibconfig/fibconfig_table_parse_netlink_socket.cc (new)
1.1       +138 -0                               xorp/fea/forwarding_plane/fibconfig/fibconfig_table_parse_routing_socket.cc (new)
1.1       +507 -0                               xorp/fea/forwarding_plane/ifconfig/ifconfig_parse_getifaddrs.cc (new)
1.1       +593 -0                               xorp/fea/forwarding_plane/ifconfig/ifconfig_parse_ioctl.cc (new)
1.1       +599 -0                               xorp/fea/forwarding_plane/ifconfig/ifconfig_parse_netlink_socket.cc (new)
1.1       +757 -0                               xorp/fea/forwarding_plane/ifconfig/ifconfig_parse_routing_socket.cc (new)
1.24      +0 -133                               xorp/fea/fticonfig_entry_parse_nlm.cc (dead)
1.18      +0 -116                               xorp/fea/fticonfig_entry_parse_rtm.cc (dead)
1.25      +0 -142                               xorp/fea/fticonfig_table_parse_nlm.cc (dead)
1.22      +0 -138                               xorp/fea/fticonfig_table_parse_rtm.cc (dead)
1.34      +0 -507                               xorp/fea/ifconfig_parse_ifaddrs.cc (dead)
1.37      +0 -593                               xorp/fea/ifconfig_parse_ifreq.cc (dead)
1.37      +0 -599                               xorp/fea/ifconfig_parse_nlm.cc (dead)
1.37      +0 -757                               xorp/fea/ifconfig_parse_rtm.cc (dead)



More information about the Xorp-cvs mailing list