|
|
@@ -49,7 +49,7 @@ Signed-off-by: Felix Fietkau <[email protected]>
|
|
|
static bool enable_hooks __read_mostly;
|
|
|
MODULE_PARM_DESC(enable_hooks, "Always enable conntrack hooks");
|
|
|
module_param(enable_hooks, bool, 0000);
|
|
|
-@@ -646,6 +649,7 @@ enum nf_ct_sysctl_index {
|
|
|
+@@ -649,6 +652,7 @@ enum nf_ct_sysctl_index {
|
|
|
NF_SYSCTL_CT_PROTO_TIMEOUT_GRE_STREAM,
|
|
|
#endif
|
|
|
|
|
|
@@ -57,7 +57,7 @@ Signed-off-by: Felix Fietkau <[email protected]>
|
|
|
__NF_SYSCTL_CT_LAST_SYSCTL,
|
|
|
};
|
|
|
|
|
|
-@@ -972,6 +976,13 @@ static struct ctl_table nf_ct_sysctl_tab
|
|
|
+@@ -975,6 +979,13 @@ static struct ctl_table nf_ct_sysctl_tab
|
|
|
.proc_handler = proc_dointvec_jiffies,
|
|
|
},
|
|
|
#endif
|