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

Pavlin Radoslavov pavlin@icir.org
Wed, 26 Oct 2005 07:06:29 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-10-26 07:06:29 UTC

XORP CVS repository


Modified files:
	rtrmgr        cli.cc conf_tree.cc conf_tree_node.cc 
	              conf_tree_node.hh slave_conf_tree_node.cc 
	              slave_conf_tree_node.hh template_base_command.cc 
	              template_base_command.hh 

Log message:
	Check the value of a variable whether it is valid when it is set
	(via xorpsh) instead of during commit time.
	
	This fixes bugzilla entry #155
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=155

Revision  Changes                                Path
1.102     +40 -8;  commitid: f21a435f2a637ea6;   xorp/rtrmgr/cli.cc
1.48      +19 -9;  commitid: f21a435f2a637ea6;   xorp/rtrmgr/conf_tree.cc
1.95      +74 -8;  commitid: f21a435f2a637ea6;   xorp/rtrmgr/conf_tree_node.cc
1.55      +5 -3;  commitid: f21a435f2a637ea6;    xorp/rtrmgr/conf_tree_node.hh
1.27      +1 -30;  commitid: f21a435f2a637ea6;   xorp/rtrmgr/slave_conf_tree_node.cc
1.19      +1 -2;  commitid: f21a435f2a637ea6;    xorp/rtrmgr/slave_conf_tree_node.hh
1.9       +61 -24;  commitid: f21a435f2a637ea6;  xorp/rtrmgr/template_base_command.cc
1.4       +14 -2;  commitid: f21a435f2a637ea6;   xorp/rtrmgr/template_base_command.hh