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

Pavlin Radoslavov pavlin at icir.org
Wed Nov 21 00:29:41 PST 2007


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2007-11-21 08:29:41 UTC

XORP CVS repository


Modified files:
	rip           output_table.cc output_updates.cc peer.cc redist.cc 
	              redist.hh route_db.cc route_db.hh route_entry.cc 
	              route_entry.hh test_outputs.cc test_request.cc 
	              test_route_walk.cc test_timers.cc 
	              test_update_queue.cc test_utils.hh 
	              xrl_redist_manager.cc xrl_redist_manager.hh 
	              xrl_rib_notifier.cc xrl_target_common.hh 

Log message:
	IPv6-related bug fix: propagate the interface and vif name when
	adding a route to the RIB.
	
	The RIB needs this information in case of IPv6 when the next-hop
	is a link-local address. Otherwise the RIB could mis-calculate
	the corresponding interface and vif, because the "common subnet" match
	can't be used for IPv6 link-local addresses.

Revision  Changes                                Path
1.17      +6 -3;  commitid: ac424743eadb7ea6;    xorp/rip/output_table.cc
1.18      +5 -2;  commitid: ac424743eadb7ea6;    xorp/rip/output_updates.cc
1.8       +15 -6;  commitid: ac424743eadb7ea6;   xorp/rip/peer.cc
1.13      +22 -12;  commitid: ac424743eadb7ea6;  xorp/rip/redist.cc
1.10      +14 -6;  commitid: ac424743eadb7ea6;   xorp/rip/redist.hh
1.34      +28 -17;  commitid: ac424743eadb7ea6;  xorp/rip/route_db.cc
1.27      +9 -1;  commitid: ac424743eadb7ea6;    xorp/rip/route_db.hh
1.16      +51 -10;  commitid: ac424743eadb7ea6;  xorp/rip/route_entry.cc
1.18      +37 -1;  commitid: ac424743eadb7ea6;   xorp/rip/route_entry.hh
1.32      +7 -5;  commitid: ac424743eadb7ea6;    xorp/rip/test_outputs.cc
1.28      +5 -3;  commitid: ac424743eadb7ea6;    xorp/rip/test_request.cc
1.20      +4 -2;  commitid: ac424743eadb7ea6;    xorp/rip/test_route_walk.cc
1.22      +4 -2;  commitid: ac424743eadb7ea6;    xorp/rip/test_timers.cc
1.22      +7 -4;  commitid: ac424743eadb7ea6;    xorp/rip/test_update_queue.cc
1.13      +11 -5;  commitid: ac424743eadb7ea6;   xorp/rip/test_utils.hh
1.18      +17 -13;  commitid: ac424743eadb7ea6;  xorp/rip/xrl_redist_manager.cc
1.12      +3 -1;  commitid: ac424743eadb7ea6;    xorp/rip/xrl_redist_manager.hh
1.17      +13 -11;  commitid: ac424743eadb7ea6;  xorp/rip/xrl_rib_notifier.cc
1.33      +10 -5;  commitid: ac424743eadb7ea6;   xorp/rip/xrl_target_common.hh



More information about the Xorp-cvs mailing list