diff options
Diffstat (limited to 'net/sctp/ipv6.c')
-rw-r--r-- | net/sctp/ipv6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/sctp/ipv6.c b/net/sctp/ipv6.c index fc6c5e4bffa5..7f0539db5604 100644 --- a/net/sctp/ipv6.c +++ b/net/sctp/ipv6.c | |||
@@ -101,6 +101,7 @@ static int sctp_inet6addr_event(struct notifier_block *this, unsigned long ev, | |||
101 | if (addr) { | 101 | if (addr) { |
102 | addr->a.v6.sin6_family = AF_INET6; | 102 | addr->a.v6.sin6_family = AF_INET6; |
103 | addr->a.v6.sin6_port = 0; | 103 | addr->a.v6.sin6_port = 0; |
104 | addr->a.v6.sin6_flowinfo = 0; | ||
104 | addr->a.v6.sin6_addr = ifa->addr; | 105 | addr->a.v6.sin6_addr = ifa->addr; |
105 | addr->a.v6.sin6_scope_id = ifa->idev->dev->ifindex; | 106 | addr->a.v6.sin6_scope_id = ifa->idev->dev->ifindex; |
106 | addr->valid = 1; | 107 | addr->valid = 1; |