summaryrefslogtreecommitdiffstats
path: root/qa/testsuite/06update
blob: 0408303aa7bb6cdff06e47fb98b79c1b2bc30eb5 (plain)
1
2
3
4
5
6
7
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