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

Atanu Ghosh atanu@icir.org
Fri, 14 Apr 2006 05:58:00 GMT


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

XORP CVS repository


Modified files:
	bgp           peer_handler.hh plumbing.cc plumbing.hh 
	              route_table_filter.cc route_table_filter.hh 
	              test_filter.cc 
	tests/bgp     test_unh1.py 

Log message:
	On an EBGP peering if the router and a peer are directly connected (on
	the same subnet) and the NEXT_HOP attribute is on the same subnet,
	don't rewrite the NEXT_HOP (third party NEXT_HOP).

Revision  Changes                                Path
1.22      +15 -1;  commitid: 11841443f39e57ea6;  xorp/bgp/peer_handler.hh
1.90      +66 -2;  commitid: 11841443f39e57ea6;  xorp/bgp/plumbing.cc
1.38      +9 -1;  commitid: 11841443f39e57ea6;   xorp/bgp/plumbing.hh
1.49      +24 -7;  commitid: 11841443f39e57ea6;  xorp/bgp/route_table_filter.cc
1.27      +14 -5;  commitid: 11841443f39e57ea6;  xorp/bgp/route_table_filter.hh
1.38      +3 -2;  commitid: 11841443f39e57ea6;   xorp/bgp/test_filter.cc
1.12      +49 -1;  commitid: 11841443f39e57ea6;  xorp/tests/bgp/test_unh1.py