]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - net/sctp/sysctl.c
sctp: add get and set sockopt for reconf_enable
[mirror_ubuntu-artful-kernel.git] / net / sctp / sysctl.c
index daf8554fd42a5e537bb58572823b2028f74be930..0e732f68c2bfc3b791dade5a85c36628904ee490 100644 (file)
@@ -274,6 +274,13 @@ static struct ctl_table sctp_net_table[] = {
                .mode           = 0644,
                .proc_handler   = proc_dointvec,
        },
+       {
+               .procname       = "reconf_enable",
+               .data           = &init_net.sctp.reconf_enable,
+               .maxlen         = sizeof(int),
+               .mode           = 0644,
+               .proc_handler   = proc_dointvec,
+       },
        {
                .procname       = "auth_enable",
                .data           = &init_net.sctp.auth_enable,