From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH] extensions: libxt_NFQUEUE: Add missing tests Date: Fri, 29 Apr 2016 11:16:41 +0200 Message-ID: <20160429091641.GA12486@salvia> References: <20160429090842.GA26959@shivani> 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]:56100 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751679AbcD2JQt (ORCPT ); Fri, 29 Apr 2016 05:16:49 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id E2159C1255 for ; Fri, 29 Apr 2016 11:16:47 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id D1F1CFAB52 for ; Fri, 29 Apr 2016 11:16:47 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id E3946FAB52 for ; Fri, 29 Apr 2016 11:16:45 +0200 (CEST) Content-Disposition: inline In-Reply-To: <20160429090842.GA26959@shivani> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Fri, Apr 29, 2016 at 02:38:42PM +0530, Shivani Bhardwaj wrote: > Add missing tests for NFQUEUE. Applied, thanks Shivani.