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

Pavlin Radoslavov pavlin@icir.org
Fri, 27 Jan 2006 02:15:55 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-01-27 02:15:55 UTC

XORP CVS repository


Modified files:
	cli           cli_command.hh cli_command.cc 
	rtrmgr        cli.cc 

Log message:
	* Add a mechanism to set a flag whether an argument is expected
	  for a CliClient command.
	
	* If an argument is expected for a CliClient command, then don't
	  print "<Enter>" as one of the help strings for this command.
	
	* Set the above flag as appropriate inside xorpsh for terminating
	  configurational leaf nodes.
	
	This fixes bugzilla entry #253
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=253

Revision  Changes                                Path
1.24      +10 -4;  commitid: 892e43d981cc7ea6;   xorp/cli/cli_command.cc
1.22      +42 -12;  commitid: 892e43d981cc7ea6;  xorp/cli/cli_command.hh
1.118     +25 -1;  commitid: 892e43d981cc7ea6;   xorp/rtrmgr/cli.cc