From owner-cvs-all@FreeBSD.ORG Sun Apr 20 18:55:47 2008 Return-Path: Delivered-To: cvs-all@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0B66B1065679; Sun, 20 Apr 2008 18:55:47 +0000 (UTC) (envelope-from piso@southcross.wired.org) Received: from mail.oltrelinux.com (krisma.oltrelinux.com [194.242.226.43]) by mx1.freebsd.org (Postfix) with ESMTP id 987858FC17; Sun, 20 Apr 2008 18:55:46 +0000 (UTC) (envelope-from piso@southcross.wired.org) Received: from southcross.wired.org (host-84-221-227-61.cust-adsl.tiscali.it [84.221.227.61]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.oltrelinux.com (Postfix) with ESMTP id A36EB11AE43; Sun, 20 Apr 2008 20:55:47 +0200 (CEST) Received: (from piso@localhost) by southcross.wired.org (8.14.2/8.14.2/Submit) id m3KIvESW067222; Sun, 20 Apr 2008 20:57:14 +0200 (CEST) (envelope-from piso) Date: Sun, 20 Apr 2008 20:57:13 +0200 From: Paolo Pisati To: "Bjoern A. Zeeb" Message-ID: <20080420185713.GB56077@tin.it> References: <200803031012.m23ACldZ014651@repoman.freebsd.org> <20080420115452.U66744@maildrop.int.zabbadoz.net> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20080420115452.U66744@maildrop.int.zabbadoz.net> User-Agent: Mutt/1.5.17 (2007-11-01) X-Virus-Scanned: by amavisd-new-20030616-p10 (Debian) at krisma.oltrelinux.com Cc: cvs-src@FreeBSD.org, src-committers@FreeBSD.org, cvs-all@FreeBSD.org, Paolo Pisati Subject: Re: cvs commit: src/sys/netinet ip_fw_pfil.c X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 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: Sun, 20 Apr 2008 18:55:47 -0000 On Sun, Apr 20, 2008 at 11:59:48AM +0000, Bjoern A. Zeeb wrote: > > > This needs to be MFCed. We hit the initialization problem (lock not > yet initialized because of ipfw_nat was intiialized before ipfw). Done. -- bye, P.