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

Pavlin Radoslavov pavlin@icir.org
Wed, 12 Oct 2005 03:12:28 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-10-12 03:12:28 UTC

XORP CVS repository


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

Log message:
	Fix the mechanism for calculating the deltas between configurations.
	
	Previously whe loading a new configuration from a file,
	the deleted branches were miscalculated and some
	of the branches were left incorectly in the result tree.
	
	This fixes Bugzilla entry #218
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=218

Revision  Changes                               Path
1.47      +9 -1;  commitid: 83b7434c7e417ea6;   xorp/rtrmgr/conf_tree.cc
1.28      +3 -1;  commitid: 83b7434c7e417ea6;   xorp/rtrmgr/conf_tree.hh
1.92      +75 -1;  commitid: 83b7434c7e417ea6;  xorp/rtrmgr/conf_tree_node.cc
1.53      +3 -1;  commitid: 83b7434c7e417ea6;   xorp/rtrmgr/conf_tree_node.hh
1.63      +2 -2;  commitid: 83b7434c7e417ea6;   xorp/rtrmgr/master_conf_tree.cc