From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from Chamillionaire.breakpoint.cc (Chamillionaire.breakpoint.cc [91.216.245.30]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 3942C3A4F50 for ; Fri, 20 Mar 2026 11:16:38 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=91.216.245.30 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774005400; cv=none; b=QdL3w+4PulxIeYUeWdPn/kywxzdAb3oMGchIcDRMYszgFxDRMoKh7yl4wNAz0kleXh1KUO+NpD5wMg7jcU0Vun8DLpOydZTBXXe7Aq0S0Gl+PbL8k1oMNmRq0rMJpszj9fMTDLAdRVZq2V0Na37Pkm9SfY2NhR67Qc4AbZdD2Ck= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1774005400; c=relaxed/simple; bh=Dwi1LVulY5r2iMwUWUar8J9zLjlTg5Dmq97GvxQxsK4=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=UUakzFq3Ox8ph/7XRonU3pzTgpz6HmVkpGKNmVbU4sWTeucWCMFjdzhWxu4IdNvQJtG+ZemMjGCYX0wotCzfFGgh1bh6qfmlLt+obpLw191B5zg/Lmm7Rn2QTht2dMRgDxfkHNOJP0ikb2Fq4CJ6pR5K0+XtEFOFXlczVxFtCsQ= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de; spf=pass smtp.mailfrom=strlen.de; arc=none smtp.client-ip=91.216.245.30 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=strlen.de Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=strlen.de Received: by Chamillionaire.breakpoint.cc (Postfix, from userid 1003) id 38AC3608F4; Fri, 20 Mar 2026 12:16:37 +0100 (CET) Date: Fri, 20 Mar 2026 12:16:36 +0100 From: Florian Westphal To: Phil Sutter Cc: Pablo Neira Ayuso , netfilter-devel@vger.kernel.org, Daniel Winship Subject: Re: [nft PATCH] parser: Support table spec in 'list chains' command Message-ID: References: <20260319133240.20143-1-phil@nwl.cc> Precedence: bulk X-Mailing-List: netfilter-devel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20260319133240.20143-1-phil@nwl.cc> Phil Sutter wrote: > Make it possible for users to list all chains in a given table. LGTM, thanks. Acked-by: Florian Westphal