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

Pavlin Radoslavov pavlin@icir.org
Wed, 1 Feb 2006 01:35:06 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin@xorpc.icir.org	2006-02-01 01:35:06 UTC

XORP CVS repository


Modified files:
	static_routes static_routes_node.cc static_routes_node.hh 

Log message:
	Refactor the mechanism for processing and preparing routes for
	transmission to the RIB. This fixes few bugs such as:
	
	 * Previously the static policies were ignored if the network
	   interfaces status was changes.
	
	 * If a route is updated, now we use properly "add_route" or
	   "replace_route" to the RIB.
	
	   This fixes Bugzilla entry #491.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=491

Revision  Changes                                   Path
1.31      +200 -114;  commitid: 102b543e00f5a7ea6;  xorp/static_routes/static_routes_node.cc
1.21      +60 -10;  commitid: 102b543e00f5a7ea6;    xorp/static_routes/static_routes_node.hh