On Thu, Feb 08, 2024 at 02:08:59PM +0100, Phil Sutter wrote: > This fixes at least 'nft -t list table ...' and 'nft -t list set ...'. > > Note how --terse handling for 'list sets/maps' remains in place since > setting NFT_CACHE_TERSE does not fully undo NFT_CACHE_SETELEM: setting > both enables fetching of anonymous sets which is pointless for that > command. > > Reported-by: anton.khazan@xxxxxxxxx > Link: https://bugzilla.netfilter.org/show_bug.cgi?id=1735 > Suggested-by: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> > Signed-off-by: Phil Sutter <phil@xxxxxx> Patch applied.