From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH v2 libnftnl] expr: add hash expression Date: Wed, 17 Aug 2016 15:53:38 +0200 Message-ID: <20160817135338.GA6590@salvia> References: <20160812230200.GA13974@sonyv> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Laura Garcia Liebana Return-path: Received: from mail.us.es ([193.147.175.20]:48342 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750764AbcHQNyp (ORCPT ); Wed, 17 Aug 2016 09:54:45 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 5BFADDA81A for ; Wed, 17 Aug 2016 15:53:52 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 4D9B1FF134 for ; Wed, 17 Aug 2016 15:53:52 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 5DB5ADA7E5 for ; Wed, 17 Aug 2016 15:53:50 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20160812230200.GA13974@sonyv> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Sat, Aug 13, 2016 at 01:02:03AM +0200, Laura Garcia Liebana wrote: > Support for the nft hash expression in libnftnl. Applied, thanks Laura.