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

Pavlin Radoslavov pavlin@icir.org
Sat, 29 Oct 2005 17:42:20 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-10-29 17:42:20 UTC

XORP CVS repository


Modified files:
	cli           cli_client.cc cli_command_pipe.cc 
	              cli_command_pipe.hh 

Log message:
	Add a mechanism to start/stop each pipe command, to verify that each
	pipe command has the necessary arguments, and to stop
	the processing if the initialization of any of the pipe command fails.
	
	This fixes bugzilla entry #232
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=232

Revision  Changes                                 Path
1.43      +19 -2;  commitid: 76414363b3907ea6;    xorp/cli/cli_client.cc
1.10      +373 -37;  commitid: 76414363b3907ea6;  xorp/cli/cli_command_pipe.cc
1.10      +42 -21;  commitid: 76414363b3907ea6;   xorp/cli/cli_command_pipe.hh