From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: Problem accessing https://my.procurve.com/profile/index.aspx (ACK is over the upper bound) Date: Tue, 03 Jul 2007 13:08:33 +0200 Message-ID: <468A2E31.7050809@trash.net> References: <4688FC41.5070403@trash.net> <468941D6.7090306@trash.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Cc: netfilter-devel@lists.netfilter.org To: Krzysztof Oledzki Return-path: In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-devel-bounces@lists.netfilter.org Errors-To: netfilter-devel-bounces@lists.netfilter.org List-Id: netfilter-devel.vger.kernel.org Krzysztof Oledzki wrote: >> >> You can drop in PREROUTING/mangle for example. In the filter table >> its not possible of course since there is no PREROUTING chain :) > > > Indeed, but I found dropping in filter more useful. That's why I mention > about my patched kernel. BTW: is there any reason why it is not > available by default? You mean PREROUTING/filter? Mainly performance, new hooks are expensive.