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

Mark Handley mjh@icir.org
Sat, 2 Jul 2005 16:53:53 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	mjh@xorpc.icir.org	2005-07-02 16:53:52 UTC

XORP CVS repository


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

Log message:
	Add support for retrieving the config operator from a node via a
	template file variable.
	
	The normal template file syntax for a node's value is $(@).  The
	additional syntax for a node's operator is $(<>).  Operators don't
	make much sense on anything other than a terminal node, so don't
	request the operator from interior nodes.
	
	This isn't fabulously well tested, as I've no XRLs that need operators
	on which to test.  I'm assuming Andrea will test this more completely.
	Let me know if you have any problems with this.

Revision  Changes                               Path
1.69      +36 -1;  commitid: d27d42c6c5767ea6;  xorp/rtrmgr/conf_tree_node.cc
1.35      +2 -2;  commitid: d27d42c6c5767ea6;   xorp/rtrmgr/conf_tree_node.hh
1.42      +14 -4;  commitid: d27d42c6c5767ea6;  xorp/rtrmgr/template_tree_node.cc