From mboxrd@z Thu Jan 1 00:00:00 1970 From: Laura Garcia Subject: Re: [Outreachy kernel] [PATCH] extensions: libxt_statistic: Add translation to nft Date: Tue, 1 Mar 2016 16:56:59 +0100 Message-ID: <20160301155657.GB3838@sonyv> References: <20160229212216.GA29706@sonyv> <20160301101331.GA2714@salvia> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Shivani Bhardwaj , Netfilter Development Mailing list , Florian Westphal , outreachy-kernel To: Pablo Neira Ayuso Return-path: Received: from mail-wm0-f50.google.com ([74.125.82.50]:36504 "EHLO mail-wm0-f50.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753734AbcCAP5E (ORCPT ); Tue, 1 Mar 2016 10:57:04 -0500 Received: by mail-wm0-f50.google.com with SMTP id n186so43878331wmn.1 for ; Tue, 01 Mar 2016 07:57:03 -0800 (PST) Content-Disposition: inline In-Reply-To: <20160301101331.GA2714@salvia> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, Mar 01, 2016 at 11:13:31AM +0100, Pablo Neira Ayuso wrote: > > I would like to have them merged upstream, no need to wait to fully > support every extension, we can document these limitations in the wiki > and the commit log. > > IIRC, if the .xlate indirection returns 0, then it means no > translation is available. We can use that for things that we don't > support yet. > Hi Pablo, should I have to include this in the patch? Thanks.