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

Marko Zec zec@icir.org
Fri, 17 Feb 2006 23:34:55 GMT


CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Changes by:	zec@xorpc.icir.org	2006-02-17 23:34:55 UTC

XORP CVS repository


Modified files:
	bgp           bgp.cc bgp.hh dump_iterators.cc dump_iterators.hh 
	              peer.hh plumbing.cc plumbing.hh 
	              route_table_aggregation.cc 
	              route_table_aggregation.hh route_table_base.hh 
	              route_table_damping.cc route_table_decision.cc 
	              route_table_decision.hh route_table_dump.hh 
	              route_table_fanout.cc route_table_fanout.hh 
	              route_table_policy_sm.hh test_dump.cc 
	              test_fanout.cc test_plumbing.cc 

Log message:
	Fix / implement route dumping for aggregate routes in BGP.

Revision  Changes                                Path
1.70      +4 -1;  commitid: 242f43f65d7d7ea6;    xorp/bgp/bgp.cc
1.56      +2 -1;  commitid: 242f43f65d7d7ea6;    xorp/bgp/bgp.hh
1.30      +6 -1;  commitid: 242f43f65d7d7ea6;    xorp/bgp/dump_iterators.cc
1.16      +10 -1;  commitid: 242f43f65d7d7ea6;   xorp/bgp/dump_iterators.hh
1.38      +3 -2;  commitid: 242f43f65d7d7ea6;    xorp/bgp/peer.hh
1.86      +6 -1;  commitid: 242f43f65d7d7ea6;    xorp/bgp/plumbing.cc
1.36      +4 -1;  commitid: 242f43f65d7d7ea6;    xorp/bgp/plumbing.hh
1.16      +118 -7;  commitid: 242f43f65d7d7ea6;  xorp/bgp/route_table_aggregation.cc
1.10      +29 -2;  commitid: 242f43f65d7d7ea6;   xorp/bgp/route_table_aggregation.hh
1.15      +5 -2;  commitid: 242f43f65d7d7ea6;    xorp/bgp/route_table_base.hh
1.2       +1 -1;  commitid: 242f43f65d7d7ea6;    xorp/bgp/route_table_damping.cc
1.41      +2 -1;  commitid: 242f43f65d7d7ea6;    xorp/bgp/route_table_decision.cc
1.22      +2 -1;  commitid: 242f43f65d7d7ea6;    xorp/bgp/route_table_decision.hh
1.19      +2 -1;  commitid: 242f43f65d7d7ea6;    xorp/bgp/route_table_dump.hh
1.53      +22 -2;  commitid: 242f43f65d7d7ea6;   xorp/bgp/route_table_fanout.cc
1.19      +9 -2;  commitid: 242f43f65d7d7ea6;    xorp/bgp/route_table_fanout.hh
1.6       +2 -1;  commitid: 242f43f65d7d7ea6;    xorp/bgp/route_table_policy_sm.hh
1.51      +2 -2;  commitid: 242f43f65d7d7ea6;    xorp/bgp/test_dump.cc
1.31      +2 -2;  commitid: 242f43f65d7d7ea6;    xorp/bgp/test_fanout.cc
1.20      +2 -2;  commitid: 242f43f65d7d7ea6;    xorp/bgp/test_plumbing.cc