From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] extensions: libip6t_DNAT: Add translation to nft Date: Sun, 3 Jan 2016 21:14:55 +0100 Message-ID: <20160103201455.GC12055@salvia> References: <20151230084126.GA5676@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Shivani Bhardwaj Return-path: Received: from mail.us.es ([193.147.175.20]:43209 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751245AbcACUPA (ORCPT ); Sun, 3 Jan 2016 15:15:00 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id ED8A01022A6 for ; Sun, 3 Jan 2016 21:14:58 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id E212BDA807 for ; Sun, 3 Jan 2016 21:14:58 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 2BFB0DA7FF for ; Sun, 3 Jan 2016 21:14:57 +0100 (CET) Content-Disposition: inline In-Reply-To: <20151230084126.GA5676@gmail.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Wed, Dec 30, 2015 at 02:11:26PM +0530, Shivani Bhardwaj wrote: > Add translation for target DNAT to nftables. Applied, thanks.