On Wed, Jun 22, 2016 at 02:25:47PM +0200, Florian Westphal wrote: > Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > > How can we actually relate the rule with the flow table if we have > > several anonymous flow tables? > > nft list table filter > table ip filter { > chain input { > type filter hook input priority 0; policy accept; > flow table __ft0 { ip saddr counter packets 0 bytes 0} > flow table __ft1 { ip daddr counter packets 0 bytes 0} > } > > ... so the internal name will be shown. OK, then enhance the scanner to catch __ and run tests to validate. I don't think this break anything. -- 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