diff options
Diffstat (limited to 'net/ipv6/addrconf.c')
-rw-r--r-- | net/ipv6/addrconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv6/addrconf.c b/net/ipv6/addrconf.c index a54d4ef3fd35..8140bed78a26 100644 --- a/net/ipv6/addrconf.c +++ b/net/ipv6/addrconf.c | |||
@@ -2923,6 +2923,7 @@ static int inet6_fill_ifinfo(struct sk_buff *skb, struct inet6_dev *idev, | |||
2923 | nlh = NLMSG_NEW(skb, pid, seq, event, sizeof(*r), flags); | 2923 | nlh = NLMSG_NEW(skb, pid, seq, event, sizeof(*r), flags); |
2924 | r = NLMSG_DATA(nlh); | 2924 | r = NLMSG_DATA(nlh); |
2925 | r->ifi_family = AF_INET6; | 2925 | r->ifi_family = AF_INET6; |
2926 | r->__ifi_pad = 0; | ||
2926 | r->ifi_type = dev->type; | 2927 | r->ifi_type = dev->type; |
2927 | r->ifi_index = dev->ifindex; | 2928 | r->ifi_index = dev->ifindex; |
2928 | r->ifi_flags = dev_get_flags(dev); | 2929 | r->ifi_flags = dev_get_flags(dev); |