summaryrefslogtreecommitdiffstats
path: root/tests/nfct/timeout/04icmp
blob: edb1c99b49a2545768b8737c8def1d9641b682bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# add policy object `test'
nfct add timeout test inet icmp timeout 10 ; OK
# get policy object `test'
nfct get timeout test ; OK
# delete policy object `test'
nfct delete timeout test ; OK
# get unexistent policy object `dummy'
nfct get timeout test ; BAD
# delete policy object `test', however, it does not exists anymore
nfct delete timeout test ; BAD
# add policy object `test'
nfct add timeout test inet icmp timeout 1 ; OK
# get policy object `test'
nfct get timeout test ; OK
# delete policy object `test'
nfct delete timeout test ; OK