No subject



Fri Feb 7 17:32:59 2003
Return-Path: xorp-cvs-admin@icir.org
Delivery-Date: Fri, 07 Feb 2003 17:33:10 -0800
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by tigger.icir.org (8.12.3/8.12.3) with ESMTP id h181X9ws027755
	for <atanu@tigger.icir.org>; Fri, 7 Feb 2003 17:33:09 -0800 (PST)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from ICSI.Berkeley.EDU (fruitcake.ICSI.Berkeley.EDU [192.150.186.11])
	by wyvern.icir.org (8.12.3/8.12.3) with ESMTP id h181X860096646
	for <atanu@icir.org>; Fri, 7 Feb 2003 17:33:08 -0800 (PST)
	(envelope-from xorp-cvs-admin@icir.org)
Received: from fruitcake.icsi.Berkeley.EDU (localhost [127.0.0.1])
	by ICSI.Berkeley.EDU (8.9.0/8.9.0) with ESMTP id RAA15291;
	Fri, 7 Feb 2003 17:33:04 -0800 (PST)
Received: from wyvern.icir.org (wyvern.icir.org [192.150.187.14])
	by ICSI.Berkeley.EDU (8.9.0/8.9.0) with ESMTP id RAA15270
	for <xorp-cvs@icsi.berkeley.edu>; Fri, 7 Feb 2003 17:33:00 -0800 (PST)
Received: from xorpc.icir.org (xorpc.icir.org [192.150.187.68])
	by wyvern.icir.org (8.12.3/8.12.3) with ESMTP id h181Wx60096637
	for <xorp-cvs@icir.org>; Fri, 7 Feb 2003 17:32:59 -0800 (PST)
	(envelope-from mjh@xorpc.icir.org)
Received: from xorpc.icir.org (localhost [127.0.0.1])
	by xorpc.icir.org (8.12.3/8.12.3) with ESMTP id h181Wx8a002205
	for <xorp-cvs@icir.org>; Fri, 7 Feb 2003 17:32:59 -0800 (PST)
	(envelope-from mjh@xorpc.icir.org)
Received: (from mjh@localhost)
	by xorpc.icir.org (8.12.3/8.12.3/Submit) id h181Wxkj002204;
	Fri, 7 Feb 2003 17:32:59 -0800 (PST)
	(envelope-from mjh)
From: Mark Handley <mjh@icir.org>
Message-Id: <200302080132.h181Wxkj002204@xorpc.icir.org>
Date:     Fri,  7 Feb 2003 17:32:59  ()
To: xorp-cvs@icir.org
Reply-To: mjh@icir.org
Subject: [Xorp-cvs] XORP cvs commit: xorp/bgp/ bgp_trie.cc bgp_trie.hh peer_handler.cc  	           rib_ipc_handler.cc route_queue.cc route_queue.hh  	           route_table_cache.cc route_table_cache.hh  	           route_table_fanout.cc route_table_nhlookup.cc  ...route_table_nhlookup.hh  ...route_table_ribout.cc  ...subnet_route.cc  ...subnet_route.hh
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.	03/02/07 17:32:59

Modified files:
	xorp/bgp/: bgp_trie.cc bgp_trie.hh peer_handler.cc 
	           rib_ipc_handler.cc route_queue.cc route_queue.hh 
	           route_table_cache.cc route_table_cache.hh 
	           route_table_fanout.cc route_table_nhlookup.cc 
	           route_table_nhlookup.hh route_table_ribout.cc 
	           subnet_route.cc subnet_route.hh 

Log message:
	Move the message queue in NhLookupTable to use SubnetRouteConstRef
	instead of a copy of the original SubnetRoute.
	
	Make SubnetRoute and ChainedSubnetRoute destructors private, so they
	can't be called accidentally.  Fix a few bugs this found.
	
	Change SubnetRouteConstRef to hold a pointer rather than a reference,
	because there are cases where the pointer needs to be NULL.

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