mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-03 15:51:40 -04:00
bonding: fix netlink msg size
Add missing space for IFLA_BOND_ARP_IP_TARGET nest header. Signed-off-by: Scott Feldman <sfeldma@cumulusnetworks.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
4ee7ac7526
commit
288db0aafe
@@ -296,6 +296,7 @@ static size_t bond_get_size(const struct net_device *bond_dev)
|
||||
nla_total_size(sizeof(u8)) + /* IFLA_BOND_USE_CARRIER */
|
||||
nla_total_size(sizeof(u32)) + /* IFLA_BOND_ARP_INTERVAL */
|
||||
/* IFLA_BOND_ARP_IP_TARGET */
|
||||
nla_total_size(sizeof(struct nlattr)) +
|
||||
nla_total_size(sizeof(u32)) * BOND_MAX_ARP_TARGETS +
|
||||
nla_total_size(sizeof(u32)) + /* IFLA_BOND_ARP_VALIDATE */
|
||||
nla_total_size(sizeof(u32)) + /* IFLA_BOND_ARP_ALL_TARGETS */
|
||||
|
||||
Reference in New Issue
Block a user