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

Pavlin Radoslavov pavlin@icir.org
Wed, 2 Nov 2005 01:33:15 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2005-11-02 01:33:15 UTC

XORP CVS repository


Modified files:
	rib           rib.cc rib.hh test_register.cc vifmanager.cc 

Log message:
	* Cleanup the mechanism for updating the interface information
	  inside each RIB table and fix few bugs in the process.
	
	* Consider the status of each interface (enabled and link no-carrier
	  flags), and appropriately add or delete the connected routes.
	
	  This fixes the RIB-related issue raised in bugzilla entry #168
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=168

Revision  Changes                                   Path
1.58      +148 -105;  commitid: 13f8e436816a67ea6;  xorp/rib/rib.cc
1.34      +29 -1;  commitid: 13f8e436816a67ea6;     xorp/rib/rib.hh
1.21      +4 -1;  commitid: 13f8e436816a67ea6;      xorp/rib/test_register.cc
1.41      +6 -3;  commitid: 13f8e436816a67ea6;      xorp/rib/vifmanager.cc