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: In-Reply-To: <20081001142431.4893.80261.stgit@este> Sender: netfilter-devel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org 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.