No subject



Sat May 15 8:12:18 2004
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Sat, 15 May 2004 08:13:02 -0700
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.9p1/8.12.8) with ESMTP id i4FFD2NG064098
	for <atanu@tigger.icir.org>; Sat, 15 May 2004 08:13:02 -0700 (PDT)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.icsi.Berkeley.EDU (fruitcake.ICSI.Berkeley.EDU [192.150.186.11])
	by wyvern.icir.org (8.12.9p1/8.12.8) with ESMTP id i4FFD1Xm078763
	for <atanu@icir.org>; Sat, 15 May 2004 08:13:01 -0700 (PDT)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.icsi.Berkeley.EDU (localhost [127.0.0.1])
	by fruitcake.icsi.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id i4FFD1Oo026383;
	Sat, 15 May 2004 08:13:01 -0700 (PDT)
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by fruitcake.icsi.Berkeley.EDU (8.12.10/8.12.9) with ESMTP id i4FFCIOo026337
	for <xorp-cvs@icsi.berkeley.edu>; Sat, 15 May 2004 08:12:18 -0700 (PDT)
Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68])
	by wyvern.icir.org (8.12.9p1/8.12.8) with ESMTP id i4FFCIXm078759
	for <xorp-cvs@icir.org>; Sat, 15 May 2004 08:12:18 -0700 (PDT)
	(envelope-from mjh@icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.9p1/8.12.8) with ESMTP id i4FFCIgd063734
	for <xorp-cvs@icir.org>; Sat, 15 May 2004 08:12:18 -0700 (PDT)
	(envelope-from mjh@xorpc.icir.org)
Received: (from mjh@localhost)
	by xorpc.icir.org (8.12.9p1/8.12.3/Submit) id i4FFCI2H063733;
	Sat, 15 May 2004 08:12:18 -0700 (PDT)
	(envelope-from mjh)
From: Mark Handley <mjh@icir.org>
Message-Id: <200405151512.i4FFCI2H063733@xorpc.icir.org>
Date:     Sat, 15 May 2004  8:12:18  ()
To: xorp-cvs@icir.org
Reply-To: mjh@icir.org
Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp/ plumbing.cc route_table_base.hh route_table_cache.cc  	           route_table_cache.hh route_table_debug.cc  	           route_table_debug.hh route_table_decision.cc  	           route_table_decision.hh route_table_deletion.cc  ...route_table_deletion.hh  ...route_table_dump.cc  ...route_table_dump.hh  ...route_table_fanout.cc  ...route_table_fanout.hh  ...route_table_filter.cc  ...route_table_filter.hh  ...route_table_nhlookup.cc  ...route_table_nhlookup.hh  ...route_table_ribin.cc  ...route_table_ribin.hh  ...route_table_ribout.cc  ...route_table_ribout.hh  ...subnet_route.hh  ...test_decision.cc  ...test_dump.cc  ...test_filter.cc
Sender: xorp-cvs-admin@icir.org
Errors-To: xorp-cvs-admin@icir.org
X-BeenThere: xorp-cvs@icir.org
X-Mailman-Version: 2.0
Precedence: bulk
List-Help: <mailto:xorp-cvs-request@icir.org?subject=help>
List-Post: <mailto:xorp-cvs@icir.org>
List-Subscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=subscribe>
List-Id: Mailing list for XORP CVS commit messages <xorp-cvs.icir.org>
List-Unsubscribe: <http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs>,
	<mailto:xorp-cvs-request@icir.org?subject=unsubscribe>

CVSROOT:	/usr/local/share/doc/apache/cvs
Module name:	xorp
Repository:	xorp/bgp/
Changes by:	mjh@xorpc.icir.org.	04/05/15 08:12:18

Modified files:
	xorp/bgp/: plumbing.cc route_table_base.hh route_table_cache.cc 
	           route_table_cache.hh route_table_debug.cc 
	           route_table_debug.hh route_table_decision.cc 
	           route_table_decision.hh route_table_deletion.cc 
	           route_table_deletion.hh route_table_dump.cc 
	           route_table_dump.hh route_table_fanout.cc 
	           route_table_fanout.hh route_table_filter.cc 
	           route_table_filter.hh route_table_nhlookup.cc 
	           route_table_nhlookup.hh route_table_ribin.cc 
	           route_table_ribin.hh route_table_ribout.cc 
	           route_table_ribout.hh subnet_route.hh 
	           test_decision.cc test_dump.cc test_filter.cc 

Log message:
	Keep much better track of the genid associated with routes:
	
	- lookup_route now also returns the genid
	- CacheTable stores the genid along with the route.
	- DecisionTable keeps track of the current genid with each peer.
	- nowhere should GENID_UNKNOWN be passed downstream.
	
	The DumpTable is critically dependent on the genid information for
	it's correctness.  When it was first added, genid was only a hint, and
	so there were cases that weren't handled properly.  These changes
	should mean that wherever it's present, it's actually correct.

_______________________________________________
Xorp-cvs mailing list
Xorp-cvs@icir.org
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-cvs