aboutsummaryrefslogtreecommitdiffstats
path: root/net/sctp
diff options
context:
space:
mode:
authorSridhar Samudrala <sri@us.ibm.com>2006-12-13 19:33:35 -0500
committerDavid S. Miller <davem@sunset.davemloft.net>2006-12-13 19:48:28 -0500
commit882a382c3e0b432fa91672e1c2754cac3f5a6b4f (patch)
treef1c326b22545f0531ba1bee4fb587dc6c4095a46 /net/sctp
parent29c7cf96186ac14ce7380633f690fc39732ff03a (diff)
[SCTP]: Enable auto loading of SCTP when creating an ipv6 SCTP socket.
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sctp')
-rw-r--r--net/sctp/protocol.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c
index b61f3341e0a..3a3db56729c 100644
--- a/net/sctp/protocol.c
+++ b/net/sctp/protocol.c
@@ -1258,6 +1258,7 @@ module_exit(sctp_exit);
1258 * __stringify doesn't likes enums, so use IPPROTO_SCTP value (132) directly. 1258 * __stringify doesn't likes enums, so use IPPROTO_SCTP value (132) directly.
1259 */ 1259 */
1260MODULE_ALIAS("net-pf-" __stringify(PF_INET) "-proto-132"); 1260MODULE_ALIAS("net-pf-" __stringify(PF_INET) "-proto-132");
1261MODULE_ALIAS("net-pf-" __stringify(PF_INET6) "-proto-132");
1261MODULE_AUTHOR("Linux Kernel SCTP developers <lksctp-developers@lists.sourceforge.net>"); 1262MODULE_AUTHOR("Linux Kernel SCTP developers <lksctp-developers@lists.sourceforge.net>");
1262MODULE_DESCRIPTION("Support for the SCTP protocol (RFC2960)"); 1263MODULE_DESCRIPTION("Support for the SCTP protocol (RFC2960)");
1263MODULE_LICENSE("GPL"); 1264MODULE_LICENSE("GPL");