Commit 941988af authored by Phil Sutter's avatar Phil Sutter Committed by Florian Westphal

netfilter: uapi: Document NFT_TABLE_F_OWNER flag

Add at least this one-liner describing the obvious.

Fixes: 6001a930 ("netfilter: nftables: introduce table ownership")
Signed-off-by: default avatarPhil Sutter <phil@nwl.cc>
Signed-off-by: default avatarFlorian Westphal <fw@strlen.de>
parent 723de3eb
...@@ -179,6 +179,7 @@ enum nft_hook_attributes { ...@@ -179,6 +179,7 @@ enum nft_hook_attributes {
* enum nft_table_flags - nf_tables table flags * enum nft_table_flags - nf_tables table flags
* *
* @NFT_TABLE_F_DORMANT: this table is not active * @NFT_TABLE_F_DORMANT: this table is not active
* @NFT_TABLE_F_OWNER: this table is owned by a process
*/ */
enum nft_table_flags { enum nft_table_flags {
NFT_TABLE_F_DORMANT = 0x1, NFT_TABLE_F_DORMANT = 0x1,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment