From owner-cvs-all@FreeBSD.ORG Tue Oct 14 12:22:39 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 20AF116A4B3; Tue, 14 Oct 2003 12:22:39 -0700 (PDT) Received: from ebb.errno.com (ebb.errno.com [66.127.85.87]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2611D43FDF; Tue, 14 Oct 2003 12:22:36 -0700 (PDT) (envelope-from sam@errno.com) Received: from 66.127.85.91 ([66.127.85.91]) (authenticated bits=0) by ebb.errno.com (8.12.9/8.12.9) with ESMTP id h9EJMY0x057176 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Tue, 14 Oct 2003 12:22:35 -0700 (PDT) (envelope-from sam@errno.com) From: Sam Leffler Organization: Errno Consulting To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Date: Tue, 14 Oct 2003 12:23:44 -0700 User-Agent: KMail/1.5.3 References: <200310141919.h9EJJDtw080490@repoman.freebsd.org> In-Reply-To: <200310141919.h9EJJDtw080490@repoman.freebsd.org> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200310141223.44441.sam@errno.com> Subject: Re: cvs commit: src/sys/netinet in_rmx.c ip_input.c ip_var.h X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Oct 2003 19:22:39 -0000 On Tuesday 14 October 2003 12:19 pm, Sam Leffler wrote: > sam 2003/10/14 12:19:13 PDT > > FreeBSD src repository > > Modified files: > sys/netinet in_rmx.c ip_input.c ip_var.h > Log: > Lock ip forwarding route cache. While we're at it, remove the global > variable ipforward_rt by introducing an ip_forward_cacheinval() call > to use to invalidate the cache. This is a stopgap implementation that is being used to run multiple instances of IPv4 concurrently. It is likely to be eliminated with Andre's forthcoming changes. Sam