[Xorp-cvs] XORP cvs commit: xorp/bgp xorp/bgp/harness xorp/etc/templates

Atanu Ghosh atanu@icir.org
Wed, 1 Feb 2006 21:54:39 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2006-02-01 21:54:39 UTC

XORP CVS repository


Modified files:
	bgp           route_table_filter.cc 
	bgp/harness   test_peering1.sh 
	etc/templates bgp.tp 

Log message:
	Routes provided by the policy framework (typically redistribution) or
	generated by the network statement are considered to be self
	originated.
	
	Routes sent to an E-BGP peer have their nexthop rewritten to match the
	local ip address of the peering. The exception was if the route was
	self originated. This restriction has been removed so all nexthops on
	E-BGP peers are now unconditionally rewritten.
	
	The ability to rerwrite nexthops via policy has temporarily been
	removed from the template as it would be ignored (bug 500).
	
	Currently no check is made to exclude the rewritting of nexthops that
	fall in the same subnet as the nexthop.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=472

Revision  Changes                               Path
1.58      +4 -3;  commitid: 136e443e12e1c7ea6;  xorp/bgp/harness/test_peering1.sh
1.46      +3 -1;  commitid: 136e443e12e1c7ea6;  xorp/bgp/route_table_filter.cc
1.79      +6 -3;  commitid: 136e443e12e1c7ea6;  xorp/etc/templates/bgp.tp