diff options
Diffstat (limited to 'tests/shell/testcases/flowtable/0016destroy_0')
-rwxr-xr-x | tests/shell/testcases/flowtable/0016destroy_0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/shell/testcases/flowtable/0016destroy_0 b/tests/shell/testcases/flowtable/0016destroy_0 new file mode 100755 index 00000000..ce23c753 --- /dev/null +++ b/tests/shell/testcases/flowtable/0016destroy_0 @@ -0,0 +1,6 @@ +#!/bin/bash + +set -e +$NFT add table t + +$NFT destroy flowtable t f |