diff options
Diffstat (limited to 'tests/shell/features/table_flag_owner.nft')
-rw-r--r-- | tests/shell/features/table_flag_owner.nft | 5 |
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 0000000..aef122a --- /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; +} |