From f09e0820fdc034c47863594dea47b16959b429dc Mon Sep 17 00:00:00 2001 From: Michio Honda Date: Tue, 26 Apr 2011 17:36:05 +0900 Subject: [PATCH] --- yaml --- r: 255331 b: refs/heads/master c: dd51be0f5484b450b8d48c9226ed86ce3dd5102e h: refs/heads/master i: 255329: 24fd15ae3a1b621e53013a915acb4bab3d55e21b 255327: 2b75d66e8cf6b029fc4d58d03e91c80bc88d1b3f v: v3 --- [refs] | 2 +- trunk/net/sctp/sysctl.c | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 1c781f3c15b5..95b0b9d74b16 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9f7d653b67aed2d92540fbb0a8adaf32fcf352ae +refs/heads/master: dd51be0f5484b450b8d48c9226ed86ce3dd5102e diff --git a/trunk/net/sctp/sysctl.c b/trunk/net/sctp/sysctl.c index 50cb57f0919e..6b3952961b85 100644 --- a/trunk/net/sctp/sysctl.c +++ b/trunk/net/sctp/sysctl.c @@ -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,