From mboxrd@z Thu Jan 1 00:00:00 1970 From: Pablo Neira Ayuso Subject: Re: [nft] all chains of a table are listed Date: Tue, 22 Sep 2015 18:02:43 +0200 Message-ID: <20150922160243.GA3900@salvia> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Netfilter Development Mailing list To: Arturo Borrero Gonzalez Return-path: Received: from mail.us.es ([193.147.175.20]:45428 "EHLO mail.us.es" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933719AbbIVP4F (ORCPT ); Tue, 22 Sep 2015 11:56:05 -0400 Content-Disposition: inline In-Reply-To: Sender: netfilter-devel-owner@vger.kernel.org List-ID: On Tue, Sep 22, 2015 at 02:06:25PM +0200, Arturo Borrero Gonzalez wrote: > Hi! > > It seems all chains of a given table are always listed. Is this the > intended behaviour? There's a bugzilla ticket on that issue. I don't think it's the intended behaviour, the filtering should be working. It should be easy to fix though. Thanks for reporting.