summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/reset_set.sh
Commit message (Collapse)AuthorAgeFilesLines
* tests/shell: skip reset tests if kernel lacks supportFlorian Westphal2023-09-181-0/+10
reset is implemented via flush + extra attribute, so older kernels perform a flush. This means .nft doesn't work, we need to check if the individual set contents/sets are still in place post-reset. Make this generic and permit use of feat.sh in addition to the simpler foo.nft feature files. Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Thomas Haller <thaller@redhat.com>