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

Pavlin Radoslavov pavlin@icir.org
Tue, 31 Jan 2006 23:47:51 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-01-31 23:47:51 UTC

XORP CVS repository


Modified files:
	rtrmgr        conf_tree_node.cc conf_tree_node.hh 
	              master_conf_tree.cc template_base_command.cc 
	              template_commands.cc template_tree_node.cc 
	              template_tree_node.hh 

Log message:
	Add new flag "ignore_deleted_nodes" to method
	ConfigTreeNode::expand_variable().
	
	This flag is used to fix the mechanism for checking for mandatory
	configuration nodes in case such node has been deleted.
	
	Note that to avoid any side effects (and for backward compatibility)
	almost everywhere else the above flag is set to false.
	
	This fixes the reopened Bugzilla entry #418.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=418

Revision  Changes                               Path
1.107     +10 -4;  commitid: fdb143dff60d7ea6;  xorp/rtrmgr/conf_tree_node.cc
1.60      +3 -2;  commitid: fdb143dff60d7ea6;   xorp/rtrmgr/conf_tree_node.hh
1.70      +5 -3;  commitid: fdb143dff60d7ea6;   xorp/rtrmgr/master_conf_tree.cc
1.18      +3 -3;  commitid: fdb143dff60d7ea6;   xorp/rtrmgr/template_base_command.cc
1.63      +4 -3;  commitid: fdb143dff60d7ea6;   xorp/rtrmgr/template_commands.cc
1.74      +6 -3;  commitid: fdb143dff60d7ea6;   xorp/rtrmgr/template_tree_node.cc
1.47      +3 -2;  commitid: fdb143dff60d7ea6;   xorp/rtrmgr/template_tree_node.hh