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

Pavlin Radoslavov pavlin@icir.org
Wed, 14 Dec 2005 20:32:31 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-12-14 20:32:31 UTC

XORP CVS repository


Modified files:
	rtrmgr        conf_tree_node.cc 

Log message:
	Fix the mechanism for getting a DEFAULT value from a template.
	
	Previously, we could refer only to the default value of the local
	node with "$(DEFAULT)".
	Now we can refer to the default value of any node like
	"$(@.foo.bar.DEFAULT)" (the default value of child "foo"'s child
	node "bar").
	
	This bug fix is related to bugzilla entry #424
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=424

Revision  Changes                              Path
1.104     +8 -2;  commitid: 7e3943a080117ea6;  xorp/rtrmgr/conf_tree_node.cc