summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/bogons/nft-f/flowtable-no-priority-crash
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/bogons/nft-f/flowtable-no-priority-crash')
-rw-r--r--tests/shell/testcases/bogons/nft-f/flowtable-no-priority-crash5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/shell/testcases/bogons/nft-f/flowtable-no-priority-crash b/tests/shell/testcases/bogons/nft-f/flowtable-no-priority-crash
new file mode 100644
index 00000000..627e66d6
--- /dev/null
+++ b/tests/shell/testcases/bogons/nft-f/flowtable-no-priority-crash
@@ -0,0 +1,5 @@
+table inet filter {
+ flowtable f {
+ devices = { lo }
+ }
+}