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

Pavlin Radoslavov pavlin@icir.org
Tue, 26 Jul 2005 05:20:51 GMT


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

XORP CVS repository


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

Log message:
	Add a new argument "bool show_top" to ConfigTree::show_subtree()
	and ConfigTreeNode::show_subtree() that can be used to decide whether
	to show the top-level node.
	
	Now if we delete a whole subtree (e.g., "delete protocols static")
	inside xorpsh, the "Deleting:" message will print properly the top-level
	deleted node.

Revision  Changes                                Path
1.80      +4 -3;  commitid: 7b2342e5c6ac7ea6;    xorp/rtrmgr/cli.cc
1.40      +13 -6;  commitid: 7b2342e5c6ac7ea6;   xorp/rtrmgr/conf_tree.cc
1.25      +2 -2;  commitid: 7b2342e5c6ac7ea6;    xorp/rtrmgr/conf_tree.hh
1.80      +14 -14;  commitid: 7b2342e5c6ac7ea6;  xorp/rtrmgr/conf_tree_node.cc
1.42      +2 -2;  commitid: 7b2342e5c6ac7ea6;    xorp/rtrmgr/conf_tree_node.hh