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

Pavlin Radoslavov pavlin@icir.org
Fri, 27 Jan 2006 21:30:15 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-01-27 21:30:15 UTC

XORP CVS repository


Modified files:
	.             RELEASE_NOTES 
	docs/rtrmgr   rtrmgr.tex 
	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:
	* Implement %user-hidden as a new keyword for the rtrmgr templates.
	  It can be used to hide a template tree node and the subtree below
	  it from the user. Such node or a subtree can be used by the rtrmgr
	  itself for internal purpose only and is not visible to the user
	  (e.g., via xorpsh or when saving the configuration to a file).
	  The syntax is:
	
	  %user-hidden: "String with reason";
	
	  However, if the XORP startup configuration contains a statement that
	  uses an user-hidden node in the template, the rtrmgr will accept
	  the configuration. Similarly, if a third-party user program
	  (e.g., other than xorpsh) sends to the rtrmgr configuration that
	  contains an user-hidden statement, the rtrmgr would accept that
	  statement. This is an experimental feature that may be removed
	  in the future.
	
	* Add text to the rtrmgr document and a release note about this new
	  keyword.

Revision  Changes                               Path
1.92      +4 -3;  commitid: c3d843da8eaa7ea6;   xorp/RELEASE_NOTES
1.48      +24 -4;  commitid: c3d843da8eaa7ea6;  xorp/docs/rtrmgr/rtrmgr.tex
1.119     +52 -7;  commitid: c3d843da8eaa7ea6;  xorp/rtrmgr/cli.cc
1.106     +28 -1;  commitid: c3d843da8eaa7ea6;  xorp/rtrmgr/conf_tree_node.cc
1.59      +3 -1;  commitid: c3d843da8eaa7ea6;   xorp/rtrmgr/conf_tree_node.hh
1.29      +15 -5;  commitid: c3d843da8eaa7ea6;  xorp/rtrmgr/slave_conf_tree_node.cc
1.21      +5 -3;  commitid: c3d843da8eaa7ea6;   xorp/rtrmgr/slave_conf_tree_node.hh
1.72      +44 -4;  commitid: c3d843da8eaa7ea6;  xorp/rtrmgr/template_tree_node.cc
1.46      +22 -9;  commitid: c3d843da8eaa7ea6;  xorp/rtrmgr/template_tree_node.hh