forked from TencentOS/TencentOS-kernel
Merge pull request #44 from Tencent/fix-sysctl_conn_reuse_old_conntrack
bugfix: since a01a9445c0, ipvs sysctl have been missing sysctl swi…
This commit is contained in:
commit
40778f99ce
|
|
@ -1885,6 +1885,12 @@ static struct ctl_table vs_vars[] = {
|
|||
.mode = 0644,
|
||||
.proc_handler = proc_dointvec,
|
||||
},
|
||||
{
|
||||
.procname = "conn_reuse_old_conntrack",
|
||||
.maxlen = sizeof(int),
|
||||
.mode = 0644,
|
||||
.proc_handler = proc_dointvec,
|
||||
},
|
||||
{
|
||||
.procname = "schedule_icmp",
|
||||
.maxlen = sizeof(int),
|
||||
|
|
|
|||
Loading…
Reference in New Issue