Skip to content

Commit

Permalink
netfilter: uapi: Document NFT_TABLE_F_OWNER flag
Browse files Browse the repository at this point in the history
Add at least this one-liner describing the obvious.

Fixes: 6001a93 ("netfilter: nftables: introduce table ownership")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Florian Westphal <fw@strlen.de>
  • Loading branch information
Phil Sutter authored and Florian Westphal committed Jan 29, 2024
1 parent 723de3e commit 941988a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/uapi/linux/netfilter/nf_tables.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 941988a

Please sign in to comment.