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

Pavlin Radoslavov pavlin@icir.org
Wed, 14 Dec 2005 02:40:18 GMT


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

XORP CVS repository


Modified files:
	cli           cli_client.cc cli_command.cc cli_command.hh 
	              cli_node.cc 
	rtrmgr        cli.cc cli.hh op_commands.cc op_commands.hh 

Log message:
	Propagate the command path, name and arguments as a vector of strings.
	This fixes a bug when an allowed string value contains a space in the
	middle: previously we couldn't create or set that value.
	
	Bug found by:   Michael Larson

Revision  Changes                                 Path
1.49      +7 -8;  commitid: 17c33439f84f97ea6;    xorp/cli/cli_client.cc
1.22      +4 -3;  commitid: 17c33439f84f97ea6;    xorp/cli/cli_command.cc
1.19      +5 -5;  commitid: 17c33439f84f97ea6;    xorp/cli/cli_command.hh
1.32      +3 -2;  commitid: 17c33439f84f97ea6;    xorp/cli/cli_node.cc
1.112     +92 -82;  commitid: 17c33439f84f97ea6;  xorp/rtrmgr/cli.cc
1.44      +8 -7;  commitid: 17c33439f84f97ea6;    xorp/rtrmgr/cli.hh
1.61      +5 -3;  commitid: 17c33439f84f97ea6;    xorp/rtrmgr/op_commands.cc
1.36      +2 -2;  commitid: 17c33439f84f97ea6;    xorp/rtrmgr/op_commands.hh