[Xorp-cvs] XORP cvs commit: xorp/cli xorp/cli/libtecla xorp/cli/tools

Bruce Simpson bms@icir.org
Thu, 18 Aug 2005 15:48:43 GMT


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

XORP CVS repository


Modified files:
	cli           cli_client.cc cli_client.hh cli_command_pipe.hh 
	              cli_node.cc cli_node.hh cli_node_net.cc test_cli.cc 
	cli/libtecla  Makefile.in 
	cli/tools     send_cli_processor_xrl.cc 

Log message:
	XORP/Win32 merge to mainline.
	 Use XorpFd and IoEvents for portability.
	 Use sockaddr_storage.
	 Use a polling hack to deal with the lack of non-blocking
	 raw console I/O (as UNIX knows it) under Windows.
	 Use send(), not write(), on sockets, for portability.
	 Use 32-bit-wide interface indexes.

Revision  Changes                                  Path
1.39      +12 -12;  commitid: 163bd4304add27ea6;   xorp/cli/cli_client.cc
1.23      +19 -8;  commitid: 163bd4304add27ea6;    xorp/cli/cli_client.hh
1.9       +0 -0;  commitid: 163bd4304add27ea6;     xorp/cli/cli_command_pipe.hh
1.29      +6 -6;  commitid: 163bd4304add27ea6;     xorp/cli/cli_node.cc
1.22      +11 -11;  commitid: 163bd4304add27ea6;   xorp/cli/cli_node.hh
1.42      +189 -69;  commitid: 163bd4304add27ea6;  xorp/cli/cli_node_net.cc
1.4       +2 -2;  commitid: 163bd4304add27ea6;     xorp/cli/libtecla/Makefile.in
1.39      +0 -0;  commitid: 163bd4304add27ea6;     xorp/cli/test_cli.cc
1.9       +0 -0;  commitid: 163bd4304add27ea6;     xorp/cli/tools/send_cli_processor_xrl.cc