From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: Support of different targets in nftables Date: Sun, 20 Dec 2015 11:34:16 +0100 Message-ID: <20151220103416.GA1024@salvia> References: 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]:40913 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754316AbbLTKeX (ORCPT ); Sun, 20 Dec 2015 05:34:23 -0500 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id AF8BE389442 for ; Sun, 20 Dec 2015 11:34:19 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 9EEE1DA803 for ; Sun, 20 Dec 2015 11:34:19 +0100 (CET) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id C5658DA801 for ; Sun, 20 Dec 2015 11:34:17 +0100 (CET) Content-Disposition: inline In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Sun, Dec 20, 2015 at 02:59:58PM +0530, Shivani Bhardwaj wrote: > Hi, > > While doing the translations, I see that iptables-translate is able to > produce output only for the target ACCEPT. For all others, it shows > > nft # > > Why is it so? This tool you're working on was a proof-of-concept and it incomplete. So get ready to find incomplete stuff and bugs in it, please, in case you find issues, you don't have to ask, you can just send a patch to fix them. Thank you.