From: Jiyoung Jeong Date: Mon, 25 Jun 2018 07:00:43 +0000 (+0900) Subject: [9610] net: netfilter: nf_conntrack_helper config set true X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=fa690b730fe3af3d056afee059278ffa3fe45d5e;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git [9610] net: netfilter: nf_conntrack_helper config set true Change-Id: Ib44da87440446cfe222743192fbf243e77e4dc14 Signed-off-by: Jiyoung Jeong --- diff --git a/net/netfilter/nf_conntrack_helper.c b/net/netfilter/nf_conntrack_helper.c index 551a1eddf0fa..90bbd6d941aa 100644 --- a/net/netfilter/nf_conntrack_helper.c +++ b/net/netfilter/nf_conntrack_helper.c @@ -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[] = {