summaryrefslogtreecommitdiffstats
path: root/tests/shell/features/table_flag_owner.nft
diff options
context:
space:
mode:
Diffstat (limited to 'tests/shell/features/table_flag_owner.nft')
-rw-r--r--tests/shell/features/table_flag_owner.nft5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/shell/features/table_flag_owner.nft b/tests/shell/features/table_flag_owner.nft
new file mode 100644
index 00000000..aef122a0
--- /dev/null
+++ b/tests/shell/features/table_flag_owner.nft
@@ -0,0 +1,5 @@
+# 6001a930ce03 ("netfilter: nftables: introduce table ownership")
+# v5.12-rc1~200^2~6^2
+table t {
+ flags owner;
+}