summaryrefslogtreecommitdiff
path: root/qa
diff options
context:
space:
mode:
authorGaurav Sinha <gaurav.sinha@vyatta.com>2012-01-23 11:24:40 -0800
committerGaurav Sinha <gaurav.sinha@vyatta.com>2012-01-23 11:24:40 -0800
commit7bba65dc63e5544c61a7b78813df8e18647e4579 (patch)
treeed58038e0e0a49e64e54a683329cf16bffe648f1 /qa
parentca37a710d526d17490ebdc3af760bfddd316426d (diff)
parent1e70249a665aa611b3547233952f8f9bb51369f8 (diff)
downloadconntrack-tools-7bba65dc63e5544c61a7b78813df8e18647e4579.tar.gz
conntrack-tools-7bba65dc63e5544c61a7b78813df8e18647e4579.zip
Merge branch 'master' of git://git.netfilter.org/conntrack-tools into upstream
Diffstat (limited to 'qa')
-rw-r--r--qa/testsuite/06update8
1 files changed, 8 insertions, 0 deletions
diff --git a/qa/testsuite/06update b/qa/testsuite/06update
new file mode 100644
index 0000000..0408303
--- /dev/null
+++ b/qa/testsuite/06update
@@ -0,0 +1,8 @@
+# create dummy flow
+-I -s 1.1.1.1 -d 2.2.2.2 -p tcp --sport 10 --dport 20 --state SYN_RECV -u SEEN_REPLY,ASSURED -t 50 ; OK
+# find it again using mark
+-L -s 1.1.1.1 -d 2.2.2.2 -p tcp --sport 10 --dport 20 ; OK
+# set fixed timeout
+-U -s 1.1.1.1 -d 2.2.2.2 -p tcp --sport 10 --dport 20 -u FIXED_TIMEOUT; OK
+# delete it
+-D -s 1.1.1.1 -d 2.2.2.2 -p tcp --sport 10 --dport 20; OK