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

Pavlin Radoslavov pavlin at icir.org
Mon Apr 23 15:14:11 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-04-23 22:14:11 UTC

XORP CVS repository


Modified files:
	fea           ifconfig.cc ifconfig.hh ifconfig_parse_nlm.cc 
	              ifconfig_parse_rtm.cc xrl_fea_target.cc 
	              xrl_fea_target.hh xrl_ifmanager.cc xrl_ifmanager.hh 

Log message:
	XrlInterfaceManager related cleanup:
	
	* Added new methods:
	  IfConfig::find_interface(), find_vif(), find_addr()
	  and use them instead of the (removed) IfConfig::get_if() and get_vif()
	
	* Remove methods XrlInterfaceManager::get_if(), get_vif() and get_addr()
	  and use the above new methods instead.
	  Also, remove the related methods XrlInterfaceManager::get_if_from_config(),
	  get_vif_from_config() and get_addr_from_config() because they are not
	  needed anymore.
	
	* Remove methods XrlInterfaceManager::addr_valid(), pull_config_get_if(),
	  pull_config_get_vif() and pull_config_get_addr() because they are not
	  needed anymore.

Revision  Changes                                  Path
1.55      +63 -14;  commitid: c125462d2d4b7ea6;    xorp/fea/ifconfig.cc
1.52      +52 -4;  commitid: c125462d2d4b7ea6;     xorp/fea/ifconfig.hh
1.32      +8 -5;  commitid: c125462d2d4b7ea6;      xorp/fea/ifconfig_parse_nlm.cc
1.33      +17 -14;  commitid: c125462d2d4b7ea6;    xorp/fea/ifconfig_parse_rtm.cc
1.6       +339 -232;  commitid: c125462d2d4b7ea6;  xorp/fea/xrl_fea_target.cc
1.5       +14 -5;  commitid: c125462d2d4b7ea6;     xorp/fea/xrl_fea_target.hh
1.24      +1 -110;  commitid: c125462d2d4b7ea6;    xorp/fea/xrl_ifmanager.cc
1.14      +7 -177;  commitid: c125462d2d4b7ea6;    xorp/fea/xrl_ifmanager.hh



More information about the Xorp-cvs mailing list