From owner-freebsd-ipfw@FreeBSD.ORG Tue Mar 18 08:48:21 2008 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 05459106566B for ; Tue, 18 Mar 2008 08:48:21 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from smtp4.yandex.ru (smtp4.yandex.ru [213.180.223.136]) by mx1.freebsd.org (Postfix) with ESMTP id 424208FC16 for ; Tue, 18 Mar 2008 08:48:20 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from ns.kirov.so-cdu.ru ([77.72.136.145]:25336 "EHLO [127.0.0.1]" smtp-auth: "bu7cher" TLS-CIPHER: "DHE-RSA-AES256-SHA keybits 256/256 version TLSv1/SSLv3" TLS-PEER-CN1: ) by mail.yandex.ru with ESMTP id S737624AbYCRIsS (ORCPT ); Tue, 18 Mar 2008 11:48:18 +0300 X-Yandex-Spam: 1 X-Yandex-Front: smtp4 X-Yandex-TimeMark: 1205830098 X-MsgDayCount: 6 X-Comment: RFC 2476 MSA function at smtp4.yandex.ru logged sender identity as: bu7cher Message-ID: <47DF81CF.9040906@yandex.ru> Date: Tue, 18 Mar 2008 11:48:15 +0300 From: "Andrey V. Elsukov" User-Agent: Mozilla Thunderbird 1.5 (FreeBSD/20051231) MIME-Version: 1.0 To: Julian Elischer References: <200803122100.m2CL0t7V088955@freefall.freebsd.org> <20080313094356.GA9219@tin.it> <47DF72A3.4030502@yandex.ru> <47DF78AF.400@elischer.org> In-Reply-To: <47DF78AF.400@elischer.org> Content-Type: text/plain; charset=KOI8-R; format=flowed Content-Transfer-Encoding: 7bit Cc: Vadim Goncharov , freebsd-ipfw@FreeBSD.org Subject: Re: kern/80642: [ipfw] [patch] ipfw small patch - new RULE OPTION 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: Tue, 18 Mar 2008 08:48:21 -0000 Julian Elischer wrote: >> About Vadim's prepositions: >> 1. tablearg: it's possible, but now we use u32 argument in >> tables, but counterlimits are 64-bits values. First of we >> should extend our current table argument to 64 bit. > > tables should be expanded to have different types of values.. > 32 but ints > IP addresses (currently I'm overlaying it on 32 bit ints) > IPV6 addresses. > skipto locations > byte limits.. Yes, i agree. As I remember, we already talked about this some time ago. -- WBR, Andrey V. Elsukov