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

Atanu Ghosh atanu@icir.org
Wed, 2 Nov 2005 07:36:13 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-11-02 07:36:13 UTC

XORP CVS repository


Modified files:
	bgp           peer.cc peer.hh peer_handler.hh rib_ipc_handler.cc 
	              rib_ipc_handler.hh route_table_decision.cc 
	              route_table_decision.hh 

Log message:
	Each BGP peer now has a unique internal ID that can be used for sorting by
	the decision process. Previously the peers router ID was being used
	which was problematic.
	
	Bugzilla URL:   http://www.xorp.org/bugzilla/show_bug.cgi?id=101

Revision  Changes                               Path
1.102     +3 -2;  commitid: 494f43686c6b7ea6;   xorp/bgp/peer.cc
1.27      +16 -1;  commitid: 494f43686c6b7ea6;  xorp/bgp/peer.hh
1.18      +8 -1;  commitid: 494f43686c6b7ea6;   xorp/bgp/peer_handler.hh
1.68      +2 -1;  commitid: 494f43686c6b7ea6;   xorp/bgp/rib_ipc_handler.cc
1.38      +5 -1;  commitid: 494f43686c6b7ea6;   xorp/bgp/rib_ipc_handler.hh
1.40      +7 -7;  commitid: 494f43686c6b7ea6;   xorp/bgp/route_table_decision.cc
1.21      +2 -2;  commitid: 494f43686c6b7ea6;   xorp/bgp/route_table_decision.hh