summaryrefslogtreecommitdiffstats
path: root/qa/testsuite/02filter
diff options
context:
space:
mode:
authorFlorian Westphal <fw@strlen.de>2011-06-15 22:29:10 +0200
committerPablo Neira Ayuso <pablo@netfilter.org>2011-07-08 13:30:21 +0200
commitdf2b5109b185be8432e0bea920baef731536a8fd (patch)
treeca3525db00dec4f662fe395c918b3c61184d315f /qa/testsuite/02filter
parent4904bbeff9b575d17678ff839583662c9f7b12c4 (diff)
testsuite: add tests for --mark option
Signed-off-by: Florian Westphal <fw@strlen.de> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'qa/testsuite/02filter')
-rw-r--r--qa/testsuite/02filter3
1 files changed, 3 insertions, 0 deletions
diff --git a/qa/testsuite/02filter b/qa/testsuite/02filter
index 1ae9abd..204c4e8 100644
--- a/qa/testsuite/02filter
+++ b/qa/testsuite/02filter
@@ -16,5 +16,8 @@ conntrack -U -s 1.1.1.1 -m 1 ; OK
conntrack -L -m 1 ; OK
# filter by layer 3 protocol
conntrack -L -f ipv4 ; OK
+# filter by mark
+conntrack -L --mark 0 ; OK
+conntrack -L --mark 0/0xffffffff; OK
# delete dummy
conntrack -D -d 2.2.2.2 ; OK