From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [libnftables PATCH] src: add nft_*_list_is_empty() functions Date: Mon, 15 Jul 2013 13:11:03 +0200 Message-ID: <20130715111103.GA20875@localhost> References: <20130711084412.3037.23436.stgit@nfdev.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]:37846 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754299Ab3GOLLL (ORCPT ); Mon, 15 Jul 2013 07:11:11 -0400 Content-Disposition: inline In-Reply-To: <20130711084412.3037.23436.stgit@nfdev.cica.es> Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Thu, Jul 11, 2013 at 10:44:13AM +0200, Arturo Borrero Gonzalez wrote: > This functions check if a given nft_*_list is empty or not. > > I found this quite useful while working with a full ruleset. Applied, thanks Arturo.