Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> wrote: > The former 'flow table' syntax allows flow tables with no name: > > # nft add rule x y flow { ip saddr counter } > > However, when listing, it leaks the name that it is autoallocating. > > # nft list ruleset > table ip x { > chain y { > flow table __mt0 { ip saddr counter} > } > } > > Which is odd since then restoring will use such a name. Right. > Remove anonymous flow table/meters, so everyone needs to specify a name. Acked-by: Florian Westphal <fw@xxxxxxxxx> -- 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