summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/sets/0025anonymous_set_0
Commit message (Collapse)AuthorAgeFilesLines
* tests: shell: avoid spurious failure when running in host namespaceFlorian Westphal2020-02-221-1/+1
| | | | | | | | | | Dump validation may fail: - tcp dport { 22, 23 } counter packets 0 bytes 0 + tcp dport { 22, 23 } counter packets 9 bytes 3400 ... which is normal on host namespace. Signed-off-by: Florian Westphal <fw@strlen.de>
* tests: shell: Add test case for sets.Varsha Rao2017-10-171-0/+17
This patch adds test case for anonymous sets. Signed-off-by: Varsha Rao <rvarsha016@gmail.com> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>