From owner-cvs-all@FreeBSD.ORG Mon Aug 9 16:21:50 2004 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 E101116A4CF for ; Mon, 9 Aug 2004 16:21:50 +0000 (GMT) Received: from c00l3r.networx.ch (c00l3r.networx.ch [62.48.2.2]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5002C43D5D for ; Mon, 9 Aug 2004 16:21:50 +0000 (GMT) (envelope-from andre@freebsd.org) Received: (qmail 73600 invoked from network); 9 Aug 2004 16:16:08 -0000 Received: from unknown (HELO freebsd.org) ([62.48.0.53]) (envelope-sender ) by c00l3r.networx.ch (qmail-ldap-1.03) with SMTP for ; 9 Aug 2004 16:16:08 -0000 Message-ID: <4117A4A0.F45CB8D@freebsd.org> Date: Mon, 09 Aug 2004 18:21:52 +0200 From: Andre Oppermann X-Mailer: Mozilla 4.8 [en] (Windows NT 5.0; U) X-Accept-Language: en MIME-Version: 1.0 To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org References: <200408091616.i79GGBYF065008@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Subject: Re: cvs commit: src/sys/netinet ip_output.c 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: Mon, 09 Aug 2004 16:21:51 -0000 Andre Oppermann wrote: > > andre 2004-08-09 16:16:11 UTC > > FreeBSD src repository > > Modified files: > sys/netinet ip_output.c > Log: > Make a comment that "ipfw forward" is not SMP and PREEMPTION safe. > > Revision Changes Path > 1.222 +1 -0 src/sys/netinet/ip_output.c Please note that the conversion of ipfw to PFIL_HOOKS fixes this and I am working on getting it in before the code freeze. Switching ipfw over to PFIL_HOOKS is fairly low risk (it only changes how ipfw is invoked per packet and in no way how ipfw itself works). -- Andre