projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
723de3e
)
netfilter: uapi: Document NFT_TABLE_F_OWNER flag
author
Phil Sutter
<phil@nwl.cc>
Thu, 21 Dec 2023 13:31:57 +0000
(14:31 +0100)
committer
Florian Westphal
<fw@strlen.de>
Mon, 29 Jan 2024 14:43:20 +0000
(15:43 +0100)
Add at least this one-liner describing the obvious.
Fixes: 6001a930ce03 ("netfilter: nftables: introduce table ownership")
Signed-off-by: Phil Sutter <phil@nwl.cc>
Signed-off-by: Florian Westphal <fw@strlen.de>
include/uapi/linux/netfilter/nf_tables.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/netfilter/nf_tables.h
b/include/uapi/linux/netfilter/nf_tables.h
index ca30232b7bc8af49a6c3dd1c03e105628aafabf9..fbce238abdc16d03db0b20107e58818817487de4 100644
(file)
--- a/
include/uapi/linux/netfilter/nf_tables.h
+++ b/
include/uapi/linux/netfilter/nf_tables.h
@@
-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,