From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [nftables-kernel PATCH] netfilter: nf_tables: Expose the table's chain usage to the netlink API Date: Tue, 17 Dec 2013 14:53:51 +0100 Message-ID: <20131217135351.GA13061@localhost> References: <1386853244-16783-1-git-send-email-tomasz.bursztyka@linux.intel.com> <1386853244-16783-2-git-send-email-tomasz.bursztyka@linux.intel.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: netfilter-devel@vger.kernel.org To: Tomasz Bursztyka Return-path: Received: from mail.us.es ([193.147.175.20]:43884 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751914Ab3LQNx4 (ORCPT ); Tue, 17 Dec 2013 08:53:56 -0500 Content-Disposition: inline In-Reply-To: <1386853244-16783-2-git-send-email-tomasz.bursztyka@linux.intel.com> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Thu, Dec 12, 2013 at 03:00:42PM +0200, Tomasz Bursztyka wrote: > User space can therefore know whether a table is in use or not, and by > how many chains. Applied to libnftables's next-3.14 branch, thanks.