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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -179,6 +179,7 @@ enum nft_hook_attributes {
 * enum nft_table_flags - nf_tables table flags
 *
 * @NFT_TABLE_F_DORMANT: this table is not active
 * @NFT_TABLE_F_OWNER:   this table is owned by a process
 */
enum nft_table_flags {
	NFT_TABLE_F_DORMANT	= 0x1,