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

Atanu Ghosh atanu@icir.org
Fri, 14 Apr 2006 18:49:32 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2006-04-14 18:49:32 UTC

XORP CVS repository


Modified files:
	bgp           plumbing.cc route_table_filter.cc 

Log message:
	Only rewrite a nexthop if it contains the peers address if the route
	is self originated. Previously nexthops pointing at the peer were
	unconditionally rewritten.
	
	Now routes learned from an EBGP peer that have the nexthop set to an
	IBGP peers address will not be rewritten, the IBGP peer should
	suppress the route itself.

Revision  Changes                               Path
1.92      +3 -2;  commitid: 14e5e443feebb7ea6;  xorp/bgp/plumbing.cc
1.51      +6 -1;  commitid: 14e5e443feebb7ea6;  xorp/bgp/route_table_filter.cc