diff options
author | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-01-23 11:43:15 -0800 |
---|---|---|
committer | Gaurav Sinha <gaurav.sinha@vyatta.com> | 2012-01-23 11:43:15 -0800 |
commit | c482ddb3278aee162250d53ccb3b2bd2c5987b2d (patch) | |
tree | 23979c9faf3b8500d073fcc967ff48eebe805fc3 /qa | |
parent | 5e4ce16d8f6e99b3aa2cf9ea757fee2f6c09d9aa (diff) | |
parent | 66da74b336fe66472f9b5d16f730e0261c5ef4af (diff) | |
download | conntrack-tools-c482ddb3278aee162250d53ccb3b2bd2c5987b2d.tar.gz conntrack-tools-c482ddb3278aee162250d53ccb3b2bd2c5987b2d.zip |
Merge branch 'upstream' into oxnard
Diffstat (limited to 'qa')
-rw-r--r-- | qa/testsuite/06update | 8 |
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 |