From owner-freebsd-ipfw@FreeBSD.ORG Sat May 17 15:10:52 2014 Return-Path: Delivered-To: freebsd-ipfw@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 84DF3A50 for ; Sat, 17 May 2014 15:10:52 +0000 (UTC) Received: from mail-pa0-x232.google.com (mail-pa0-x232.google.com [IPv6:2607:f8b0:400e:c03::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 5908D2B78 for ; Sat, 17 May 2014 15:10:52 +0000 (UTC) Received: by mail-pa0-f50.google.com with SMTP id fb1so3827416pad.9 for ; Sat, 17 May 2014 08:10:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type; bh=aFfrxecjWcObtxnD1mKmWxJJXKRL495yi7MiecI6sV4=; b=tmdR4MvVKZtQttOCnud3N/vQBmldjHnKVmc+2BiiOXFQW7UgWdNI1Ipz011gYzM3Wt Iwfqvng0tPadqo19ZGB4hneq2EfoZ9qmsGJ72LZheRFNtBTxG05wG4OTXNaR7U4OTZ67 UikOZsjlhzFPgNoa8C4GrTBxSx2bFYg8d+iyCjG88rpyLXhg4nJqc811W1PUySmJjNwn VMNRxQM2V/P6lDlts6VZ2WVGngBJ5fKenaynaYWg3yZv3GfFQ5T2GiGTHgKg/cT30I0L 5S0ykgy7aWJQLhWEGkfg44rnZ+9TGV+QlM+SvNbVKddav8zuVVHoFiAQkrELwK8mT0SI gf/Q== X-Received: by 10.66.122.72 with SMTP id lq8mr29459052pab.69.1400339451949; Sat, 17 May 2014 08:10:51 -0700 (PDT) Received: from [192.168.1.102] ([183.90.37.121]) by mx.google.com with ESMTPSA id di3sm20442852pbc.11.2014.05.17.08.10.48 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Sat, 17 May 2014 08:10:50 -0700 (PDT) Message-ID: <53777BF8.9000409@gmail.com> Date: Sat, 17 May 2014 23:10:48 +0800 From: bycn82 User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0) Gecko/20120129 Thunderbird/10.0 MIME-Version: 1.0 To: freebsd-ipfw@freebsd.org Subject: Re: bin/189471: [ipfw] ipfw table regression References: <201405171207.s4HC7fbs032160@freefall.freebsd.org> In-Reply-To: <201405171207.s4HC7fbs032160@freefall.freebsd.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.18 X-BeenThere: freebsd-ipfw@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: IPFW Technical Discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 May 2014 15:10:52 -0000 On 5/17/14 20:07, melifaro@FreeBSD.org wrote: > Synopsis: [ipfw] ipfw table regression > > Responsible-Changed-From-To: freebsd-ipfw->melifaro > Responsible-Changed-By: melifaro > Responsible-Changed-When: Sat May 17 12:07:29 UTC 2014 > Responsible-Changed-Why: > Take. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=189471 > _______________________________________________ > freebsd-ipfw@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw > To unsubscribe, send any mail to"freebsd-ipfw-unsubscribe@freebsd.org" > Hi, About the table , I read the code last time and I noticed that you are still working on it, Can you please explain in which direction you are enhancing it ? I am willing to help if I can. Actually I am trying to introduce some new features into the table. regards, bycn82