Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

[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>

authored by

Sridhar Samudrala and committed by
David S. Miller
882a382c 29c7cf96

+1
+1
net/sctp/protocol.c
··· 1258 1258 * __stringify doesn't likes enums, so use IPPROTO_SCTP value (132) directly. 1259 1259 */ 1260 1260 MODULE_ALIAS("net-pf-" __stringify(PF_INET) "-proto-132"); 1261 + MODULE_ALIAS("net-pf-" __stringify(PF_INET6) "-proto-132"); 1261 1262 MODULE_AUTHOR("Linux Kernel SCTP developers <lksctp-developers@lists.sourceforge.net>"); 1262 1263 MODULE_DESCRIPTION("Support for the SCTP protocol (RFC2960)"); 1263 1264 MODULE_LICENSE("GPL");