summaryrefslogtreecommitdiffstats
path: root/tests/nfct/timeout/04icmp
blob: 606e8b9393f4c8c3e6bc9617380c8ca2a030211d (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 icmp timeout 10 ; 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 icmp timeout 1 ; OK
# get policy object `test'
nfct timeout get test ; OK
# delete policy object `test'
nfct timeout delete test ; OK