From mboxrd@z Thu Jan 1 00:00:00 1970 From: Patrick McHardy Subject: Re: [net-next PATCH 13/16] iptables tproxy core Date: Thu, 02 Oct 2008 11:19:27 +0200 Message-ID: <48E4921F.1000704@trash.net> References: <20081001142431.4893.48078.stgit@este> <20081001142431.4893.80261.stgit@este> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: David Miller , netdev@vger.kernel.org, netfilter-devel@vger.kernel.org To: KOVACS Krisztian Return-path: Received: from stinky.trash.net ([213.144.137.162]:52668 "EHLO stinky.trash.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752500AbYJBJU1 (ORCPT ); Thu, 2 Oct 2008 05:20:27 -0400 In-Reply-To: <20081001142431.4893.80261.stgit@este> Sender: netfilter-devel-owner@vger.kernel.org List-ID: KOVACS Krisztian wrote: > The iptables tproxy core is a module that contains the common routines used by > various tproxy related modules (TPROXY target and socket match) > > Applied, thanks.