aboutsummaryrefslogtreecommitdiffstats
path: root/include/net
diff options
context:
space:
mode:
Diffstat (limited to 'include/net')
-rw-r--r--include/net/netfilter/nf_conntrack.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/netfilter/nf_conntrack.h b/include/net/netfilter/nf_conntrack.h
index 4a4f870d2a5e..a3567a7a6d67 100644
--- a/include/net/netfilter/nf_conntrack.h
+++ b/include/net/netfilter/nf_conntrack.h
@@ -78,7 +78,7 @@ do { \
78struct nf_conntrack_helper; 78struct nf_conntrack_helper;
79 79
80/* Must be kept in sync with the classes defined by helpers */ 80/* Must be kept in sync with the classes defined by helpers */
81#define NF_CT_MAX_EXPECT_CLASSES 2 81#define NF_CT_MAX_EXPECT_CLASSES 3
82 82
83/* nf_conn feature for connections that have a helper */ 83/* nf_conn feature for connections that have a helper */
84struct nf_conn_help { 84struct nf_conn_help {