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

Pavlin Radoslavov pavlin@icir.org
Fri, 17 Feb 2006 00:06:17 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-02-17 00:06:17 UTC

XORP CVS repository


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

Log message:
	* Remove method RouterCLI::commit_done_by_user() because it is never used
	
	* Add new method RouterCLI::config_changed_by_other_user() and call
	  it when the configuration has changed.
	  If we are in config mode, then this method may reset the session's
	  editing path and mode.
	  Also, it will regenerate the command tree to include the configuration
	  changes.
	
	  This fixes Bugzilla entry #529
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=529

Revision  Changes                                Path
1.122     +29 -16;  commitid: b58c43f512497ea6;  xorp/rtrmgr/cli.cc
1.45      +2 -2;  commitid: b58c43f512497ea6;    xorp/rtrmgr/cli.hh
1.61      +2 -1;  commitid: b58c43f512497ea6;    xorp/rtrmgr/xorpsh_main.cc