On 18 November 2013 08:40, Eric Leblond <eric@xxxxxxxxx> wrote: > When specifying a chain to list, all created chains were displayed > with a void content: > > # nft list chain filter > table ip filter { > chain input { > } > > chain new { > counter packets 17971 bytes 2380637 accept > counter packets 0 bytes 0 accept > } > } > > With the attached patch, only the asked chain is displayed: > > # nft list chain filter > table ip filter { > chain new { > counter packets 17971 bytes 2380637 accept # handle 36 > counter packets 0 bytes 0 accept # handle 40 > } > } > > Signed-off-by: Eric Leblond <eric@xxxxxxxxx> Hi all, I've been testing this patch and works fine for me. I think the old behaviour was a bit odd. Thanks Eric. -- Arturo Borrero González -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html