[PATCH 11/14] netfilter: cleanup struct nft_base_chain

From: George Guo
Date: Tue Dec 26 2023 - 04:47:15 EST


From: George Guo <guodongtai@xxxxxxxxxx>

Add comment for flags in struct nft_base_chain.

Signed-off-by: George Guo <guodongtai@xxxxxxxxxx>
---
include/net/netfilter/nf_tables.h | 1 +
1 file changed, 1 insertion(+)

diff --git a/include/net/netfilter/nf_tables.h b/include/net/netfilter/nf_tables.h
index 2ee906429cc9..526332bde1b4 100644
--- a/include/net/netfilter/nf_tables.h
+++ b/include/net/netfilter/nf_tables.h
@@ -1172,6 +1172,7 @@ struct nft_hook {
* @hook_list: list of netfilter hooks (for NFPROTO_NETDEV family)
* @type: chain type
* @policy: default policy
+ * @flags: indicate the base chain disabled or not
* @stats: per-cpu chain stats
* @chain: the chain
* @flow_block: flow block (for hardware offload)
--
2.39.2