From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [PATCH nft] src: nft monitor ruleset Date: Mon, 31 Jul 2017 19:20:58 +0200 Message-ID: <20170731172058.GA19328@salvia> References: <597aca07.d859620a.30872.0997@mx.google.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Varsha Rao Return-path: Received: from mail.us.es ([193.147.175.20]:55068 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750709AbdGaRVH (ORCPT ); Mon, 31 Jul 2017 13:21:07 -0400 Received: from antivirus1-rhel7.int (unknown [192.168.2.11]) by mail.us.es (Postfix) with ESMTP id 28E253025A4 for ; Mon, 31 Jul 2017 19:20:53 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 19426D2AE6 for ; Mon, 31 Jul 2017 19:20:53 +0200 (CEST) Received: from antivirus1-rhel7.int (localhost [127.0.0.1]) by antivirus1-rhel7.int (Postfix) with ESMTP id 0D717DA80A for ; Mon, 31 Jul 2017 19:20:51 +0200 (CEST) Content-Disposition: inline In-Reply-To: <597aca07.d859620a.30872.0997@mx.google.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Fri, Jul 28, 2017 at 10:52:09AM +0530, Varsha Rao wrote: > This patch adds event reporting for ruleset, which prints only ruleset > events. > > Syntax : nft monitor ruleset Applied, thanks Varsha.