Pablo Neira Ayuso <[email protected]> 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 <[email protected]> -- To unsubscribe from this list: send the line "unsubscribe netfilter-devel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
