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

Pavlin Radoslavov pavlin@icir.org
Wed, 21 Dec 2005 00:58:45 GMT


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

XORP CVS repository


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

Log message:
	* Add a flag "is_command_argument" to CliCommand to indicate whether
	  a CliCommand node actually refers to a command argument.
	
	* Set the new "is_command_argument" for CliCommand nodes added because
	  of allowed ranges or allowed values.
	
	This fixes Bugzilla entry #442
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=442

Revision  Changes                               Path
1.50      +3 -2;  commitid: ae4443a8a84d7ea6;   xorp/cli/cli_client.cc
1.23      +5 -2;  commitid: ae4443a8a84d7ea6;   xorp/cli/cli_command.cc
1.20      +36 -3;  commitid: ae4443a8a84d7ea6;  xorp/cli/cli_command.hh
1.114     +5 -1;  commitid: ae4443a8a84d7ea6;   xorp/rtrmgr/cli.cc