diff options
author | Florian Westphal <fw@strlen.de> | 2023-06-18 18:39:45 +0200 |
---|---|---|
committer | Pablo Neira Ayuso <pablo@netfilter.org> | 2023-11-02 11:56:20 +0100 |
commit | 7d61fc96421109228eec6fd2dda04dd50d8af7a4 (patch) | |
tree | 59634c6bf117553d3ef8545ff3fe3b6db2b50210 /tests | |
parent | a566d41a3b2eab1ade5daaff13ba6fda339055e2 (diff) |
cache: include set elements in "nft set list"
commit 29bed4fa594c3f6e343a8b5669d61e20c7129cca upstream.
Make "nft list sets" include set elements in listing by default.
In nftables 1.0.0, "nft list sets" did not include the set elements,
but with "--json" they were included.
1.0.1 and newer never include them.
This causes a problem for people updating from 1.0.0 and relying
on the presence of the set elements.
Change nftables to always include the set elements.
The "--terse" option is honored to get the "no elements" behaviour.
Fixes: a1a6b0a5c3c4 ("cache: finer grain cache population for list commands")
Link: https://marc.info/?l=netfilter&m=168704941828372&w=2
Signed-off-by: Florian Westphal <fw@strlen.de>
Diffstat (limited to 'tests')
0 files changed, 0 insertions, 0 deletions