aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/netfilter/ipset/ip_set.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/include/linux/netfilter/ipset/ip_set.h b/include/linux/netfilter/ipset/ip_set.h
index 3540c6e262f7..e7b06f52be84 100644
--- a/include/linux/netfilter/ipset/ip_set.h
+++ b/include/linux/netfilter/ipset/ip_set.h
@@ -288,7 +288,10 @@ struct ip_set_type {
288 u8 features; 288 u8 features;
289 /* Set type dimension */ 289 /* Set type dimension */
290 u8 dimension; 290 u8 dimension;
291 /* Supported family: may be AF_UNSPEC for both AF_INET/AF_INET6 */ 291 /*
292 * Supported family: may be NFPROTO_UNSPEC for both
293 * NFPROTO_IPV4/NFPROTO_IPV6.
294 */
292 u8 family; 295 u8 family;
293 /* Type revisions */ 296 /* Type revisions */
294 u8 revision_min, revision_max; 297 u8 revision_min, revision_max;