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

Pavlin Radoslavov pavlin@icir.org
Tue, 23 Aug 2005 01:19:00 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-08-23 01:19:00 UTC

XORP CVS repository


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

Log message:
	Refactor the mechanism for matching the multi-values configurational
	nodes. The "is_wildcard" flag is replaced by a type-matching
	callback that can be added to the CliCommand objects.
	
	This fixes a problem with providing possible completions after
	a multi-value node that is not of type "txt".

Revision  Changes                                Path
1.40      +7 -13;  commitid: 7b43430a77c77ea6;   xorp/cli/cli_client.cc
1.19      +43 -35;  commitid: 7b43430a77c77ea6;  xorp/cli/cli_command.cc
1.17      +30 -14;  commitid: 7b43430a77c77ea6;  xorp/cli/cli_command.hh
1.93      +13 -10;  commitid: 7b43430a77c77ea6;  xorp/rtrmgr/cli.cc
1.55      +19 -2;  commitid: 7b43430a77c77ea6;   xorp/rtrmgr/op_commands.cc
1.31      +2 -1;  commitid: 7b43430a77c77ea6;    xorp/rtrmgr/op_commands.hh