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

Pavlin Radoslavov pavlin@icir.org
Tue, 18 Oct 2005 04:15:15 GMT


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

XORP CVS repository


Modified files:
	fea           iftree.cc iftree.hh 

Log message:
	* Change slightly the semantics of IfTree::align_with().
	  Previously, if the item in the local tree is "disabled", then
	  the state is not modified. Now, if an item is "disabled", its state
	  is copied from the other tree, but the state is still marked
	  as "disabled".
	  This fixes a bug when, say, the state for a disabled network interface
	  in the interface configuration tree is not filled-up with the
	  information read from the kernel (e.g., MTU, MAC, etc).
	
	* Minor variable renaming.

Revision  Changes                                Path
1.32      +72 -30;  commitid: 50d0435475e07ea6;  xorp/fea/iftree.cc
1.33      +4 -3;  commitid: 50d0435475e07ea6;    xorp/fea/iftree.hh