From owner-freebsd-ipfw@FreeBSD.ORG Wed Oct 26 21:39:22 2011 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 B94D9106566B; Wed, 26 Oct 2011 21:39:22 +0000 (UTC) (envelope-from kudzu@tenebras.com) Received: from mail-wy0-f182.google.com (mail-wy0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id 2A6F08FC0A; Wed, 26 Oct 2011 21:39:21 +0000 (UTC) Received: by wyi40 with SMTP id 40so2828232wyi.13 for ; Wed, 26 Oct 2011 14:39:21 -0700 (PDT) MIME-Version: 1.0 Received: by 10.227.206.211 with SMTP id fv19mr11917690wbb.27.1319665161256; Wed, 26 Oct 2011 14:39:21 -0700 (PDT) Received: by 10.180.81.193 with HTTP; Wed, 26 Oct 2011 14:39:21 -0700 (PDT) In-Reply-To: <4EA853D7.4010305@freebsd.org> References: <4EA6D78F.6010607@gmail.com> <4EA73BAB.70607@freebsd.org> <4EA85168.5020103@gmail.com> <4EA853D7.4010305@freebsd.org> Date: Wed, 26 Oct 2011 14:39:21 -0700 Message-ID: From: Michael Sierchio To: Julian Elischer Content-Type: text/plain; charset=ISO-8859-1 Cc: Karim , freebsd-ipfw@freebsd.org Subject: Re: ipfw rule processing performances 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: Wed, 26 Oct 2011 21:39:22 -0000 On Wed, Oct 26, 2011 at 11:39 AM, Julian Elischer wrote: > read up on all the things you can do with tablearg.. sometimes a single > table can replace dozens of rules. Julian - would you be so kind as to give an example? - M