summaryrefslogtreecommitdiffstats
path: root/tests/nfct/timeout/06sctp
blob: f4752150e104eeb8dc1d3fe14909e5e747298e45 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# add policy object `test'
nfct timeout add test inet sctp established 100 ; OK
# get policy object `test'
nfct timeout get test ; OK
# delete policy object `test'
nfct timeout delete test ; OK
# get unexistent policy object `dummy'
nfct timeout get test ; BAD
# delete policy object `test', however, it does not exists anymore
nfct timeout delete test ; BAD
# add policy object `test'
nfct timeout add test inet sctp closed 1 cookie_wait 2 cookie_echoed 3 established 4 shutdown_sent 5 shutdown_recd 6 shutdown_ack_sent 7 ; OK
# get policy object `test'
nfct timeout get test ; OK
# delete policy object `test'
nfct timeout delete test ; OK