blob: 40ccc49e074c52b5024bd964b911a7171f8add14 [file] [log] [blame]
# add policy object `test'
nfct add timeout test inet6 icmpv6 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 inet6 icmpv6 timeout 1 ; OK
# get policy object `test'
nfct get timeout test ; OK
# delete policy object `test'
nfct delete timeout test ; OK