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