blob: f8097d64afa1e369e321f4132e5353e7567a0861 [file] [log] [blame]
# add policy object `test'
nfct add timeout test inet udp unreplied 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 udp unreplied 1 replied 2 ; OK
# get policy object `test'
nfct get timeout test ; OK
# delete policy object `test'
nfct delete timeout test ; OK