From owner-freebsd-ipfw@FreeBSD.ORG Mon Sep 27 10:22:26 2010 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D045A1065673 for ; Mon, 27 Sep 2010 10:22:26 +0000 (UTC) (envelope-from nr1c0re@gmail.com) Received: from mail-qy0-f182.google.com (mail-qy0-f182.google.com [209.85.216.182]) by mx1.freebsd.org (Postfix) with ESMTP id 870978FC20 for ; Mon, 27 Sep 2010 10:22:26 +0000 (UTC) Received: by qyk7 with SMTP id 7so4646440qyk.13 for ; Mon, 27 Sep 2010 03:22:25 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=cEMQf15z7Npy2a8umUxpsqZyCAcde1RfdfxnwJ768kQ=; b=eTvHEj8NbLbO5gkFe9igTtnTzeaRoZe7oZGtXPbDIOI+tiOt9FmWcEAVPlvScBfJWQ ATC5auoWKJZtK/UcJOnyDPZskCP2Dxs08AnRkPdDy512luq7U16fOJYWYGZ8tMhyqOmm r0GHByCStzix0YxGHl2z8QZ1R8pFFUaZ4f1ow= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=r6RgZDS0LWFU5ukFq5XF53AdriH5FVGENAbaT50/iOVPNbwhYO4MXQzEqMdMe2RBCf EBhi2Ev8Y8OhOFU50VSGbwoy197P+1lpmqik5ZLeWFXtct/aA4+bfMjo39mNbSdMH8/2 bm/YqXC+2ucRNNOYOa6HnKwf2ttXb1j00uEes= MIME-Version: 1.0 Received: by 10.224.112.204 with SMTP id x12mr5299481qap.170.1285582945524; Mon, 27 Sep 2010 03:22:25 -0700 (PDT) Received: by 10.229.214.142 with HTTP; Mon, 27 Sep 2010 03:22:24 -0700 (PDT) In-Reply-To: <20100927193740.Q90633@sola.nimnet.asn.au> References: <20100927193740.Q90633@sola.nimnet.asn.au> Date: Mon, 27 Sep 2010 14:22:24 +0400 Message-ID: From: c0re To: freebsd-ipfw@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: ipfw.ko and IPFIREWALL_FORWARD in GENERIC X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 27 Sep 2010 10:22:26 -0000 Thanks Ian. Looks like switching to pf is the only option now. 2010/9/27 Ian Smith : > On Mon, 27 Sep 2010, c0re wrote: > > =A0> Is there any possibility to see IPFIREWALL_FORWARD option for ipfw.k= o > =A0> in GENERIC? > =A0> Were there any patches about that? > =A0> I like freebsd-update, but lacking IPFIREWALL_FORWARD in GENERIC sto= ps > =A0> me from using freebsd-update. > > In a nutshell, no. =A0This thread covers why not .. or at least, not yet: > http://lists.freebsd.org/pipermail/freebsd-ipfw/2010-March/004148.html > > cheers, Ian >