[9610] net: netfilter: nf_conntrack_helper config set true
authorJiyoung Jeong <ji_0.jeong@samsung.com>
Mon, 25 Jun 2018 07:00:43 +0000 (16:00 +0900)
committerTaekki Kim <taekki.kim@samsung.com>
Mon, 25 Jun 2018 13:39:36 +0000 (22:39 +0900)
Change-Id: Ib44da87440446cfe222743192fbf243e77e4dc14
Signed-off-by: Jiyoung Jeong <ji_0.jeong@samsung.com>
net/netfilter/nf_conntrack_helper.c

index 551a1eddf0fab75eccf803b9711e069e61e60d5d..90bbd6d941aa75c96069a09f51fb87e941fea19e 100644 (file)
@@ -38,10 +38,10 @@ unsigned int nf_ct_helper_hsize __read_mostly;
 EXPORT_SYMBOL_GPL(nf_ct_helper_hsize);
 static unsigned int nf_ct_helper_count __read_mostly;
 
-static bool nf_ct_auto_assign_helper __read_mostly = false;
+static bool nf_ct_auto_assign_helper __read_mostly = true;
 module_param_named(nf_conntrack_helper, nf_ct_auto_assign_helper, bool, 0644);
 MODULE_PARM_DESC(nf_conntrack_helper,
-                "Enable automatic conntrack helper assignment (default 0)");
+                "Enable automatic conntrack helper assignment (default 1)");
 
 #ifdef CONFIG_SYSCTL
 static struct ctl_table helper_sysctl_table[] = {