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

Pavlin Radoslavov pavlin at icir.org
Thu Jun 7 18:45:21 PDT 2007


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

XORP CVS repository


Modified files:
	fea           iftree.cc iftree.hh io_ip_manager.cc 
	              io_ip_manager.hh 
	fea/data_plane/io io_ip_socket.cc io_ip_socket.hh 

Log message:
	* Move the IoIpSocket::find_interface_vif_by_addr() and
	  IoIpSocket::find_interface_vif_same_subnet_or_p2p() methods
	  to the IfTree class, because they are iftree-specific.
	
	* Remove the IoIpSocket::find_interface_vif_by_name() and
	  IoIpSocket::find_interface_vif_by_pif_index() methods and
	  use the appropriate IfTree methods instead.
	
	* Minor cleanup (rename the ifindex argument inside the IfTree code
	  to pif_index, etc).

Revision  Changes                                Path
1.6       +9 -187;  commitid: b0184668b3e27ea6;  xorp/fea/data_plane/io/io_ip_socket.cc
1.5       +2 -58;  commitid: b0184668b3e27ea6;   xorp/fea/data_plane/io/io_ip_socket.hh
1.45      +139 -9;  commitid: b0184668b3e27ea6;  xorp/fea/iftree.cc
1.47      +37 -9;  commitid: b0184668b3e27ea6;   xorp/fea/iftree.hh
1.4       +3 -2;  commitid: b0184668b3e27ea6;    xorp/fea/io_ip_manager.cc
1.6       +8 -1;  commitid: b0184668b3e27ea6;    xorp/fea/io_ip_manager.hh



More information about the Xorp-cvs mailing list