Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255331
b: refs/heads/master
c: dd51be0
h: refs/heads/master
i:
  255329: 24fd15a
  255327: 2b75d66
v: v3
  • Loading branch information
Michio Honda authored and David S. Miller committed Jun 2, 2011
1 parent a3a4d14 commit f09e082
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 9f7d653b67aed2d92540fbb0a8adaf32fcf352ae
refs/heads/master: dd51be0f5484b450b8d48c9226ed86ce3dd5102e
7 changes: 7 additions & 0 deletions trunk/net/sctp/sysctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,13 @@ static ctl_table sctp_table[] = {
.mode = 0644,
.proc_handler = proc_dointvec,
},
{
.procname = "default_auto_asconf",
.data = &sctp_default_auto_asconf,
.maxlen = sizeof(int),
.mode = 0644,
.proc_handler = proc_dointvec,
},
{
.procname = "prsctp_enable",
.data = &sctp_prsctp_enable,
Expand Down

0 comments on commit f09e082

Please sign in to comment.