|
@@ -288,6 +288,13 @@ static struct ctl_table sctp_net_table[] = {
|
|
|
.mode = 0644,
|
|
|
.proc_handler = proc_sctp_do_auth,
|
|
|
},
|
|
|
+ {
|
|
|
+ .procname = "intl_enable",
|
|
|
+ .data = &init_net.sctp.intl_enable,
|
|
|
+ .maxlen = sizeof(int),
|
|
|
+ .mode = 0644,
|
|
|
+ .proc_handler = proc_dointvec,
|
|
|
+ },
|
|
|
{
|
|
|
.procname = "addr_scope_policy",
|
|
|
.data = &init_net.sctp.scope_policy,
|