projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
29c7cf9
)
[SCTP]: Enable auto loading of SCTP when creating an ipv6 SCTP socket.
author
Sridhar Samudrala
<sri@us.ibm.com>
Thu, 14 Dec 2006 00:33:35 +0000
(16:33 -0800)
committer
David S. Miller
<davem@sunset.davemloft.net>
Thu, 14 Dec 2006 00:48:28 +0000
(16:48 -0800)
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sctp/protocol.c
patch
|
blob
|
blame
|
history
diff --git
a/net/sctp/protocol.c
b/net/sctp/protocol.c
index b61f3341e0a27f6db38e3462ce0e41f7bbf3705f..3a3db56729ce7159494b1e8a28b2cfcec39aeaeb 100644
(file)
--- a/
net/sctp/protocol.c
+++ b/
net/sctp/protocol.c
@@
-1258,6
+1258,7
@@
module_exit(sctp_exit);
* __stringify doesn't likes enums, so use IPPROTO_SCTP value (132) directly.
*/
MODULE_ALIAS("net-pf-" __stringify(PF_INET) "-proto-132");
+MODULE_ALIAS("net-pf-" __stringify(PF_INET6) "-proto-132");
MODULE_AUTHOR("Linux Kernel SCTP developers <lksctp-developers@lists.sourceforge.net>");
MODULE_DESCRIPTION("Support for the SCTP protocol (RFC2960)");
MODULE_LICENSE("GPL");