[Xorp-cvs] XORP cvs commit: xorp/bgp xorp/fea xorp/fea/data_plane/fibconfig xorp/fea/tools xorp/fib2mrib xorp/libfeaclient xorp/libproto xorp/libxorp xorp/mld6igmp xorp/ospf xorp/pim xorp/rib xorp/rib/tools xorp/rip xorp/rip/tools xorp/static_routes

Pavlin Radoslavov pavlin at icir.org
Fri Oct 12 18:50:11 PDT 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-10-13 01:50:11 UTC

XORP CVS repository


Modified files:
	bgp           bgp.cc bgp.hh dummy_main.cc 
	fea           xrl_mfea_node.cc xrl_mfea_node.hh 
	fea/data_plane/fibconfig fibconfig_entry_set_click.cc 
	fea/tools     show_interfaces.cc show_interfaces.hh 
	fib2mrib      fib2mrib_node.cc fib2mrib_node.hh 
	              xrl_fib2mrib_node.cc xrl_fib2mrib_node.hh 
	libfeaclient  ifmgr_xrl_mirror.cc ifmgr_xrl_mirror.hh 
	libproto      proto_state.cc proto_state.hh 
	libxorp       service.cc service.hh test_service.cc 
	mld6igmp      xrl_mld6igmp_node.cc xrl_mld6igmp_node.hh 
	ospf          area_router.cc area_router.hh debug_io.hh xrl_io.hh 
	pim           xrl_pim_node.cc xrl_pim_node.hh 
	rib           vifmanager.cc vifmanager.hh 
	rib/tools     show_distances.cc show_routes.cc 
	rip           xorp_rip_main.cc xrl_port_io.cc xrl_port_io.hh 
	              xrl_port_manager.cc xrl_port_manager.hh 
	              xrl_process_spy.cc xrl_process_spy.hh 
	              xrl_redist_manager.cc xrl_redist_manager.hh 
	              xrl_rib_notifier.cc xrl_rib_notifier.hh 
	rip/tools     common.cc common.hh 
	static_routes static_routes_node.cc static_routes_node.hh 
	              xrl_static_routes_node.cc xrl_static_routes_node.hh 

Log message:
	Changed the return value of the following ServiceBase methods to be
	XORP_OK/XORP_ERROR to reduce some of the inconsistencies with
	the return values:
	
	ServiceBase::startup()
	ServiceBase::shutdown()
	ServiceBase::reset()
	ServiceBase::pause()
	ServiceBase::resume()
	ServiceBase::set_observer()
	ServiceBase::unset_observer()

Revision  Changes                                 Path
1.89      +6 -6;  commitid: 17894471023b37ea6;    xorp/bgp/bgp.cc
1.68      +5 -5;  commitid: 17894471023b37ea6;    xorp/bgp/bgp.hh
1.21      +5 -5;  commitid: 17894471023b37ea6;    xorp/bgp/dummy_main.cc
1.11      +2 -2;  commitid: 17894471023b37ea6;    xorp/fea/data_plane/fibconfig/fibconfig_entry_set_click.cc
1.24      +19 -19;  commitid: 17894471023b37ea6;  xorp/fea/tools/show_interfaces.cc
1.8       +9 -9;  commitid: 17894471023b37ea6;    xorp/fea/tools/show_interfaces.hh
1.63      +9 -9;  commitid: 17894471023b37ea6;    xorp/fea/xrl_mfea_node.cc
1.37      +5 -5;  commitid: 17894471023b37ea6;    xorp/fea/xrl_mfea_node.hh
1.37      +9 -9;  commitid: 17894471023b37ea6;    xorp/fib2mrib/fib2mrib_node.cc
1.21      +5 -5;  commitid: 17894471023b37ea6;    xorp/fib2mrib/fib2mrib_node.hh
1.40      +7 -7;  commitid: 17894471023b37ea6;    xorp/fib2mrib/xrl_fib2mrib_node.cc
1.21      +5 -5;  commitid: 17894471023b37ea6;    xorp/fib2mrib/xrl_fib2mrib_node.hh
1.27      +7 -7;  commitid: 17894471023b37ea6;    xorp/libfeaclient/ifmgr_xrl_mirror.cc
1.18      +5 -5;  commitid: 17894471023b37ea6;    xorp/libfeaclient/ifmgr_xrl_mirror.hh
1.15      +13 -13;  commitid: 17894471023b37ea6;  xorp/libproto/proto_state.cc
1.9       +7 -7;  commitid: 17894471023b37ea6;    xorp/libproto/proto_state.hh
1.10      +28 -28;  commitid: 17894471023b37ea6;  xorp/libxorp/service.cc
1.11      +15 -16;  commitid: 17894471023b37ea6;  xorp/libxorp/service.hh
1.14      +5 -5;  commitid: 17894471023b37ea6;    xorp/libxorp/test_service.cc
1.66      +10 -10;  commitid: 17894471023b37ea6;  xorp/mld6igmp/xrl_mld6igmp_node.cc
1.46      +5 -5;  commitid: 17894471023b37ea6;    xorp/mld6igmp/xrl_mld6igmp_node.hh
1.284     +5 -5;  commitid: 17894471023b37ea6;    xorp/ospf/area_router.cc
1.136     +7 -3;  commitid: 17894471023b37ea6;    xorp/ospf/area_router.hh
1.26      +5 -5;  commitid: 17894471023b37ea6;    xorp/ospf/debug_io.hh
1.31      +8 -8;  commitid: 17894471023b37ea6;    xorp/ospf/xrl_io.hh
1.102     +10 -10;  commitid: 17894471023b37ea6;  xorp/pim/xrl_pim_node.cc
1.76      +5 -5;  commitid: 17894471023b37ea6;    xorp/pim/xrl_pim_node.hh
1.3       +9 -9;  commitid: 17894471023b37ea6;    xorp/rib/tools/show_distances.cc
1.25      +9 -9;  commitid: 17894471023b37ea6;    xorp/rib/tools/show_routes.cc
1.49      +9 -9;  commitid: 17894471023b37ea6;    xorp/rib/vifmanager.cc
1.21      +5 -5;  commitid: 17894471023b37ea6;    xorp/rib/vifmanager.hh
1.10      +5 -5;  commitid: 17894471023b37ea6;    xorp/rip/tools/common.cc
1.7       +3 -3;  commitid: 17894471023b37ea6;    xorp/rip/tools/common.hh
1.17      +2 -2;  commitid: 17894471023b37ea6;    xorp/rip/xorp_rip_main.cc
1.25      +6 -6;  commitid: 17894471023b37ea6;    xorp/rip/xrl_port_io.cc
1.12      +5 -5;  commitid: 17894471023b37ea6;    xorp/rip/xrl_port_io.hh
1.28      +5 -5;  commitid: 17894471023b37ea6;    xorp/rip/xrl_port_manager.cc
1.16      +5 -5;  commitid: 17894471023b37ea6;    xorp/rip/xrl_port_manager.hh
1.11      +5 -5;  commitid: 17894471023b37ea6;    xorp/rip/xrl_process_spy.cc
1.9       +5 -5;  commitid: 17894471023b37ea6;    xorp/rip/xrl_process_spy.hh
1.16      +7 -7;  commitid: 17894471023b37ea6;    xorp/rip/xrl_redist_manager.cc
1.11      +3 -3;  commitid: 17894471023b37ea6;    xorp/rip/xrl_redist_manager.hh
1.16      +7 -7;  commitid: 17894471023b37ea6;    xorp/rip/xrl_rib_notifier.cc
1.9       +5 -5;  commitid: 17894471023b37ea6;    xorp/rip/xrl_rib_notifier.hh
1.38      +9 -9;  commitid: 17894471023b37ea6;    xorp/static_routes/static_routes_node.cc
1.28      +5 -5;  commitid: 17894471023b37ea6;    xorp/static_routes/static_routes_node.hh
1.40      +5 -5;  commitid: 17894471023b37ea6;    xorp/static_routes/xrl_static_routes_node.cc
1.23      +5 -5;  commitid: 17894471023b37ea6;    xorp/static_routes/xrl_static_routes_node.hh



More information about the Xorp-cvs mailing list