diff --git a/net/sctp/ipv6.c b/net/sctp/ipv6.c index 486c551a4dec..ceb8f8497774 100644 --- a/net/sctp/ipv6.c +++ b/net/sctp/ipv6.c @@ -492,7 +492,9 @@ static void sctp_v6_to_addr(union sctp_addr *addr, struct in6_addr *saddr, { addr->sa.sa_family = AF_INET6; addr->v6.sin6_port = port; + addr->v6.sin6_flowinfo = 0; addr->v6.sin6_addr = *saddr; + addr->v6.sin6_scope_id = 0; } /* Compare addresses exactly.