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

Pavlin Radoslavov pavlin@icir.org
Fri, 28 Oct 2005 02:08:23 GMT


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

XORP CVS repository


Modified files:
	rtrmgr        conf_tree_node.cc conf_tree_node.hh 
	              master_conf_tree_node.cc slave_conf_tree_node.cc 

Log message:
	* Reorder the assignment of some of the fields related to the status
	  of a node (the deleted flag, etc), so things are a bit more
	  consistent.
	
	* Add missing _modification_time initialization in the ConfigTreeNode
	  constructors.
	
	* Add missing assignment of the _deleted and the _committed_operator
	  fields in MasterConfigTreeNode::finalize_commit() and
	  SlaveConfigTreeNode::finalize_commit().
	  [Note that the _deleted assignment is redundant but is there for
	   consistency].
	
	* Add missing assignments of the _committed_foo fields in the
	  ConfigTreeNode::mark_subtree_as_committed() method.
	  This fixes bugzilla entry #174
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=174

Revision  Changes                               Path
1.97      +13 -6;  commitid: 150e436186b77ea6;  xorp/rtrmgr/conf_tree_node.cc
1.56      +2 -3;  commitid: 150e436186b77ea6;   xorp/rtrmgr/conf_tree_node.hh
1.17      +3 -1;  commitid: 150e436186b77ea6;   xorp/rtrmgr/master_conf_tree_node.cc
1.28      +3 -1;  commitid: 150e436186b77ea6;   xorp/rtrmgr/slave_conf_tree_node.cc