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

Atanu Ghosh atanu@icir.org
Mon, 28 Nov 2005 08:34:28 GMT


CVSROOT:	/usr/local/www/data/cvs
Module name:	xorp
Changes by:	atanu@xorpc.icir.org	2005-11-28 08:34:28 UTC

XORP CVS repository


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

Log message:
	Store the ORIGINATOR_ID and CLUSTER_LIST attributes as IPv4 not
	uint32_t, makes them easier to handle.
	
	Fix a problem when cloning a cluster list, going backwards through a
	list requires a reverse iterator.

Revision  Changes                                Path
1.65      +17 -20;  commitid: e27d438ac1127ea6;  xorp/bgp/path_attribute.cc
1.41      +9 -9;  commitid: e27d438ac1127ea6;    xorp/bgp/path_attribute.hh
1.82      +5 -5;  commitid: e27d438ac1127ea6;    xorp/bgp/plumbing.cc
1.43      +11 -12;  commitid: e27d438ac1127ea6;  xorp/bgp/route_table_filter.cc
1.24      +13 -13;  commitid: e27d438ac1127ea6;  xorp/bgp/route_table_filter.hh