[Xorp-cvs] XORP cvs commit: xorp/cli xorp/rtrmgr

Pavlin Radoslavov pavlin@icir.org
Wed, 14 Dec 2005 00:52:41 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-12-14 00:52:41 UTC

XORP CVS repository


Modified files:
	cli           cli_client.cc cli_client.hh cli_command.hh 
	              cli_command_pipe.cc cli_node.cc cli_node.hh 
	              cli_node_internal_commands.cc test_cli.cc 
	              xrl_cli_node.cc xrl_cli_node.hh 
	rtrmgr        cli.cc cli.hh 

Log message:
	Pass the command global name around as an array of strings (with
	a string per token) instead of a single string.

Revision  Changes                                Path
1.48      +4 -4;  commitid: 6906439f6caa7ea6;    xorp/cli/cli_client.cc
1.26      +2 -2;  commitid: 6906439f6caa7ea6;    xorp/cli/cli_client.hh
1.18      +5 -5;  commitid: 6906439f6caa7ea6;    xorp/cli/cli_command.hh
1.11      +3 -3;  commitid: 6906439f6caa7ea6;    xorp/cli/cli_command_pipe.cc
1.31      +3 -11;  commitid: 6906439f6caa7ea6;   xorp/cli/cli_node.cc
1.24      +10 -10;  commitid: 6906439f6caa7ea6;  xorp/cli/cli_node.hh
1.14      +7 -7;  commitid: 6906439f6caa7ea6;    xorp/cli/cli_node_internal_commands.cc
1.40      +10 -8;  commitid: 6906439f6caa7ea6;   xorp/cli/test_cli.cc
1.28      +9 -5;  commitid: 6906439f6caa7ea6;    xorp/cli/xrl_cli_node.cc
1.18      +3 -3;  commitid: 6906439f6caa7ea6;    xorp/cli/xrl_cli_node.hh
1.111     +80 -63;  commitid: 6906439f6caa7ea6;  xorp/rtrmgr/cli.cc
1.43      +18 -18;  commitid: 6906439f6caa7ea6;  xorp/rtrmgr/cli.hh