We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 384210c commit f6c2cc9Copy full SHA for f6c2cc9
net/sctp/ipv6.c
@@ -546,7 +546,9 @@ static void sctp_v6_from_sk(union sctp_addr *addr, struct sock *sk)
546
{
547
addr->v6.sin6_family = AF_INET6;
548
addr->v6.sin6_port = 0;
549
+ addr->v6.sin6_flowinfo = 0;
550
addr->v6.sin6_addr = sk->sk_v6_rcv_saddr;
551
+ addr->v6.sin6_scope_id = 0;
552
}
553
554
/* Initialize sk->sk_rcv_saddr from sctp_addr. */
0 commit comments