From owner-freebsd-net@FreeBSD.ORG Sun Dec 25 17:47:23 2011 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C2FA0106564A for ; Sun, 25 Dec 2011 17:47:23 +0000 (UTC) (envelope-from ptyll@nitronet.pl) Received: from mail.nitronet.pl (smtp.nitronet.pl [195.90.106.27]) by mx1.freebsd.org (Postfix) with ESMTP id 7B04E8FC0A for ; Sun, 25 Dec 2011 17:47:23 +0000 (UTC) Received: from mailnull by mail.nitronet.pl with virscan (Exim 4.76 (FreeBSD)) (envelope-from ) id 1ResAM-000BWm-GB for freebsd-net@freebsd.org; Sun, 25 Dec 2011 18:47:22 +0100 Date: Sun, 25 Dec 2011 18:47:12 +0100 From: Pawel Tyll X-Priority: 3 (Normal) Message-ID: <1413850829.20111225184712@nitronet.pl> To: "Alexander V. Chernikov" In-Reply-To: <4EF73A4A.3050902@FreeBSD.org> References: <1674097252.20111218125051@nitronet.pl> <4EEDD566.8020609@FreeBSD.org> <20111220163355.GA87584@DataIX.net> <4EF73A4A.3050902@FreeBSD.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Scanned: Nitronet.pl X-SA-Exim-Connect-IP: X-SA-Exim-Mail-From: ptyll@nitronet.pl X-SA-Exim-Scanned: No (on mail.nitronet.pl); SAEximRunCond expanded to false Cc: Jason Hellenthal , "Andrey V. Elsukov" , freebsd-ipfw@freebsd.org, freebsd-net@freebsd.org Subject: Re: IPFW eXtended tables [Was: Re: IPFW tables, dummynet and IPv6] X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 25 Dec 2011 17:47:23 -0000 Hi Alexander, > Changes: > * Tables (actually, radix trees) are now created/freed on demand. Does this mean IPFW_TABLES_MAX can now be safely set to arbitrarily high number that would allow flexible numbering of tables? Arbitrarily high being 0xFFFFFFFF or some other nice large number that won't step on my ideas :) Again, nice set of long-needed additions. Thanks. Cheers.