summaryrefslogtreecommitdiffstats
path: root/tests/shell/testcases/owner/0001-flowtable-uaf
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/testcases/owner/0001-flowtable-uaf')
-rwxr-xr-xtests/shell/testcases/owner/0001-flowtable-uaf4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/shell/testcases/owner/0001-flowtable-uaf b/tests/shell/testcases/owner/0001-flowtable-uaf
index 4efbe75c..c07e8d6a 100755
--- a/tests/shell/testcases/owner/0001-flowtable-uaf
+++ b/tests/shell/testcases/owner/0001-flowtable-uaf
@@ -1,11 +1,14 @@
#!/bin/bash
+# NFT_TEST_REQUIRES(NFT_TEST_HAVE_table_flag_owner)
+
set -e
$NFT -f - <<EOF
table t {
flags owner
flowtable f {
+ hook ingress priority 0
devices = { lo }
}
}
@@ -16,6 +19,7 @@ $NFT -f - <<EOF
table t {
flags owner
flowtable f {
+ hook ingress priority 0
devices = { lo }
}
}