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:
cquyx 2020-12-01 11:33:51 +08:00 committed by GitHub
commit 40778f99ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -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),