Message ID | 20231226094255.77911-7-dongtai.guo@linux.dev (mailing list archive) |
---|---|
State | Not Applicable |
Delegated to: | Netdev Maintainers |
Headers | show |
Series | [01/14] netfilter: cleanup enum nft_set_class | expand |
diff --git a/include/net/netfilter/nf_tables.h b/include/net/netfilter/nf_tables.h index 91a1cb6fadf1..55f1b3c7dc1f 100644 --- a/include/net/netfilter/nf_tables.h +++ b/include/net/netfilter/nf_tables.h @@ -701,6 +701,7 @@ extern const struct nft_set_ext_type nft_set_ext_types[]; * * @len: length of extension area * @offset: offsets of individual extension types + * @ext_len: length of the expected extension(used to sanity check) */ struct nft_set_ext_tmpl { u16 len;