mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-04 05:36:43 +07:00
neigh: align nlattr properly when needed
Signed-off-by: Nicolas Dichtel <nicolas.dichtel@6wind.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
270cb4d05b
commit
b676338fb3
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user