From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftnl PATCH v2] expr: lookup: give support for inverted matching Date: Fri, 24 Jun 2016 19:09:43 +0200 Message-ID: <20160624170942.GA5248@salvia> References: <146675196497.29590.7809495991679699746.stgit@nfdev2.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]:40576 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751175AbcFXRJs (ORCPT ); Fri, 24 Jun 2016 13:09:48 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 4F2561F4B7C for ; Fri, 24 Jun 2016 19:09:46 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 3CB419EBA5 for ; Fri, 24 Jun 2016 19:09:46 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 3C1529EBA7 for ; Fri, 24 Jun 2016 19:09:44 +0200 (CEST) Content-Disposition: inline In-Reply-To: <146675196497.29590.7809495991679699746.stgit@nfdev2.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Fri, Jun 24, 2016 at 09:07:02AM +0200, Arturo Borrero Gonzalez wrote: > Inverted matching support was included in the kernel, let's give support here > as well. Applied, thanks.