On Mon, Oct 21, 2019 at 05:11:48PM +0100, Jeremy Sowden wrote: > Currently, --stateless only suppresses the output of the contents of > dynamic sets. Extend it to support an optional parameter, `all`. If it > is given, `nft list` will also omit the elements of sets which are not > marked `dynamic`. I would suggest a new option? I don't think set elements are stateful information. Probably something like ipset --terse option? -t is already taken, althout not yet in a public release. I'd suggest this is updated to use -T as --numeric-time (update patch https://git.netfilter.org/nftables/commit/?id=f8f32deda31df597614d9f1f64ffb0c0320f4d54) then use --terse/-t for this option? Thanks.