From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [nf_tables PATCH v3 2/2] netfilter: nf_tables: add new expression nft_redir Date: Thu, 30 Oct 2014 17:29:19 +0100 Message-ID: <20141030162919.GC2224@salvia> References: <20141017103632.7248.1023.stgit@nfdev.cica.es> <20141017103758.7248.88472.stgit@nfdev.cica.es> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Arturo Borrero Gonzalez Return-path: Received: from mail.us.es ([193.147.175.20]:33708 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759549AbaJ3Q1k (ORCPT ); Thu, 30 Oct 2014 12:27:40 -0400 Content-Disposition: inline In-Reply-To: <20141017103758.7248.88472.stgit@nfdev.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Fri, Oct 17, 2014 at 12:39:09PM +0200, Arturo Borrero Gonzalez wrote: > This new expression provides NAT in the redirect flavour, which is to > redirect packets to local machine. Applied, thanks.