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

Pavlin Radoslavov pavlin@icir.org
Wed, 27 Jul 2005 04:37:28 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-07-27 04:37:28 UTC

XORP CVS repository


Modified files:
	rtrmgr        cli.cc cli.hh 

Log message:
	* Add new method RouterCLI::makepath() that takes a vector of
	  strings and returns a concatenated string (with spaces between
	  the original segments).
	
	* Use the above new method inside RouterCLI::show_func()
	
	* Test for error conditions inside method RouterCLI::delete_func()
	  and print an error as appropriate.
	  This fixes Bugzilla entry #132
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=132

Revision  Changes                                Path
1.86      +46 -10;  commitid: 4ae142e70eda7ea6;  xorp/rtrmgr/cli.cc
1.36      +2 -1;  commitid: 4ae142e70eda7ea6;    xorp/rtrmgr/cli.hh