On Mon, Oct 21, 2019 at 10:49:20PM +0100, Jeremy Sowden wrote: > From https://bugzilla.netfilter.org/show_bug.cgi?id=1374: > > Listing an entire ruleset or a table with 'nft list ...' will also > print all elements of all set definitions within the ruleset or > requested table. Seeing the full set contents is not often necessary > especially when requesting to see someone's ruleset for help and > support purposes. It would be helpful if there was an option/flag for > the nft tool to suppress set contents when listing. > > This patch series implements the request by adding a new option: `-t`, > `--terse`. Series applied, thanks Jeremy. BTW, not your fault, but it seems libnftables documentation is missing an update for the (1 << 10) flag.