neigh: align nlattr properly when needed
authorNicolas Dichtel <nicolas.dichtel@6wind.com>
Tue, 26 Apr 2016 08:06:17 +0000 (10:06 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 26 Apr 2016 16:00:49 +0000 (12:00 -0400)
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/neighbour.c

index 6a395d4..29dd8cc 100644 (file)
@@ -1857,7 +1857,8 @@ static int neightbl_fill_info(struct sk_buff *skb, struct neigh_table *tbl,
                        ndst.ndts_table_fulls           += st->table_fulls;
                }
 
-               if (nla_put(skb, NDTA_STATS, sizeof(ndst), &ndst))
+               if (nla_put_64bit(skb, NDTA_STATS, sizeof(ndst), &ndst,
+                                 NDTA_PAD))
                        goto nla_put_failure;
        }