diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/sctp/protocol.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sctp/protocol.c b/net/sctp/protocol.c index b61f3341e0a2..3a3db56729ce 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 | */ |
1260 | MODULE_ALIAS("net-pf-" __stringify(PF_INET) "-proto-132"); | 1260 | MODULE_ALIAS("net-pf-" __stringify(PF_INET) "-proto-132"); |
1261 | MODULE_ALIAS("net-pf-" __stringify(PF_INET6) "-proto-132"); | ||
1261 | MODULE_AUTHOR("Linux Kernel SCTP developers <lksctp-developers@lists.sourceforge.net>"); | 1262 | MODULE_AUTHOR("Linux Kernel SCTP developers <lksctp-developers@lists.sourceforge.net>"); |
1262 | MODULE_DESCRIPTION("Support for the SCTP protocol (RFC2960)"); | 1263 | MODULE_DESCRIPTION("Support for the SCTP protocol (RFC2960)"); |
1263 | MODULE_LICENSE("GPL"); | 1264 | MODULE_LICENSE("GPL"); |