[Xorp-cvs] XORP cvs commit: xorp/rip xorp/rip/tools

Bruce Simpson bms@icir.org
Mon, 1 Aug 2005 15:23:39 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	bms@xorpc.icir.org	2005-08-01 15:23:39 UTC

XORP CVS repository


Modified files:
	rip           auth.cc packet_queue.cc packet_queue.hh route_db.cc 
	              route_db.hh route_entry.hh test_auth.cc 
	              test_outputs.cc test_packets.cc test_request.cc 
	              test_route_walk.cc test_timers.cc 
	              test_update_queue.cc test_utils.hh xorp_rip_main.cc 
	              xrl_port_io.cc xrl_redist_manager.hh 
	              xrl_target_rip.cc xrl_target_ripng.cc 
	rip/tools     rip_announcer.cc ripng_announcer.cc 
	              show_peer_stats.cc show_stats.cc 

Log message:
	RIP: Diff reduction with XORP/Win32.
	
	getopt.h, config.h, header file guards.
	Allow an additional option -I to specify interface by index number,
	as if_nametoindex() do not exist in Win32 as we know them.

Revision  Changes                               Path
1.14      +5 -2;  commitid: d13a42ee3e6d7ea6;   xorp/rip/auth.cc
1.7       +3 -1;  commitid: d13a42ee3e6d7ea6;   xorp/rip/packet_queue.cc
1.6       +3 -1;  commitid: d13a42ee3e6d7ea6;   xorp/rip/packet_queue.hh
1.23      +4 -1;  commitid: d13a42ee3e6d7ea6;   xorp/rip/route_db.cc
1.20      +4 -1;  commitid: d13a42ee3e6d7ea6;   xorp/rip/route_db.hh
1.10      +4 -1;  commitid: d13a42ee3e6d7ea6;   xorp/rip/route_entry.hh
1.15      +5 -1;  commitid: d13a42ee3e6d7ea6;   xorp/rip/test_auth.cc
1.20      +5 -1;  commitid: d13a42ee3e6d7ea6;   xorp/rip/test_outputs.cc
1.10      +5 -1;  commitid: d13a42ee3e6d7ea6;   xorp/rip/test_packets.cc
1.17      +5 -1;  commitid: d13a42ee3e6d7ea6;   xorp/rip/test_request.cc
1.12      +5 -1;  commitid: d13a42ee3e6d7ea6;   xorp/rip/test_route_walk.cc
1.14      +5 -1;  commitid: d13a42ee3e6d7ea6;   xorp/rip/test_timers.cc
1.14      +5 -1;  commitid: d13a42ee3e6d7ea6;   xorp/rip/test_update_queue.cc
1.6       +5 -2;  commitid: d13a42ee3e6d7ea6;   xorp/rip/test_utils.hh
1.6       +9 -1;  commitid: d13a42ee3e6d7ea6;   xorp/rip/tools/rip_announcer.cc
1.6       +21 -5;  commitid: d13a42ee3e6d7ea6;  xorp/rip/tools/ripng_announcer.cc
1.9       +5 -1;  commitid: d13a42ee3e6d7ea6;   xorp/rip/tools/show_peer_stats.cc
1.10      +5 -1;  commitid: d13a42ee3e6d7ea6;   xorp/rip/tools/show_stats.cc
1.12      +5 -1;  commitid: d13a42ee3e6d7ea6;   xorp/rip/xorp_rip_main.cc
1.18      +4 -1;  commitid: d13a42ee3e6d7ea6;   xorp/rip/xrl_port_io.cc
1.5       +3 -1;  commitid: d13a42ee3e6d7ea6;   xorp/rip/xrl_redist_manager.hh
1.22      +3 -0;  commitid: d13a42ee3e6d7ea6;   xorp/rip/xrl_target_rip.cc
1.22      +3 -0;  commitid: d13a42ee3e6d7ea6;   xorp/rip/xrl_target_ripng.cc