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

Pavlin Radoslavov pavlin@icir.org
Wed, 5 Oct 2005 05:48:58 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-10-05 05:48:58 UTC

XORP CVS repository


Modified files:
	rtrmgr        cli.cc conf_tree_node.cc conf_tree_node.hh 
	              slave_conf_tree_node.cc slave_conf_tree_node.hh 
	              template_tree_node.cc template_tree_node.hh 

Log message:
	* Change the semantic for %read-only so it applies only for leaf
	  nodes that have values.
	
	* Add support for new template keyword %permanent.
	  A node marked %permanent cannot be deleted directly.
	  However, deleting the parent of a parent node will delete
	  the permanent node as well.
	  Also, adding or deleting children of a permanent node is allowed.

Revision  Changes                                Path
1.97      +62 -66;  commitid: 5d6f434365c87ea6;  xorp/rtrmgr/cli.cc
1.88      +19 -1;  commitid: 5d6f434365c87ea6;   xorp/rtrmgr/conf_tree_node.cc
1.50      +3 -1;  commitid: 5d6f434365c87ea6;    xorp/rtrmgr/conf_tree_node.hh
1.26      +41 -32;  commitid: 5d6f434365c87ea6;  xorp/rtrmgr/slave_conf_tree_node.cc
1.18      +5 -3;  commitid: 5d6f434365c87ea6;    xorp/rtrmgr/slave_conf_tree_node.hh
1.62      +36 -6;  commitid: 5d6f434365c87ea6;   xorp/rtrmgr/template_tree_node.cc
1.38      +6 -1;  commitid: 5d6f434365c87ea6;    xorp/rtrmgr/template_tree_node.hh