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

Atanu Ghosh atanu@icir.org
Fri, 14 Apr 2006 11:15:54 GMT


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

XORP CVS repository


Modified files:
	bgp           plumbing.cc route_table_filter.cc 
	              route_table_filter.hh 

Log message:
	It is illegal to send a peer an update message with the nexthop set to
	the peer. Therefore add a filter that checks for the nexthop and the
	peer address being equal; if they are rewrite the nexthop with the
	routers nexthop address.

Revision  Changes                                Path
1.91      +7 -4;  commitid: 13483443f84667ea6;   xorp/bgp/plumbing.cc
1.50      +76 -1;  commitid: 13483443f84667ea6;  xorp/bgp/route_table_filter.cc
1.28      +28 -1;  commitid: 13483443f84667ea6;  xorp/bgp/route_table_filter.hh