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

Pavlin Radoslavov pavlin at icir.org
Thu Jul 6 14:05:43 PDT 2006


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	pavlin at xorpc.icir.org	2006-07-06 21:05:43 UTC

XORP CVS repository


Modified files:
	rib           rt_tab_extint.cc 

Log message:
	Fix a bug when adding and deleting an EGP (e.g., eBGP) route that is
	non-resolvable, and if there is a corresponding IGP route with a worse
	metric (e.g., RIP). The bug can be triggered by the following sequence
	(already implemented as a test scenario in "rib/commands"):
	
	vif Ethernet de0 10.0.0.1 24
	add_egp_table ebgp
	add_igp_table rip
	
	route add rip 10.20.30.0/24 10.0.0.2 2
	route add ebgp 10.20.30.0/24 9.9.9.9 0
	route delete ebgp 10.20.30.0/24
	route add ebgp 10.20.30.0/24 9.9.9.9 0
	
	Bug found by:   Atanu Ghosh

Revision  Changes                               Path
1.30      +12 -7;  commitid: f9d044ad7a407ea6;  xorp/rib/rt_tab_extint.cc



More information about the Xorp-cvs mailing list