bonding: fix value exported by Netlink for peer_notif_delay
authorVincent Bernat <vincent@bernat.ch>
Sat, 6 Jul 2019 21:01:08 +0000 (23:01 +0200)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Jul 2019 02:28:44 +0000 (19:28 -0700)
commitee4f56f46ab7a795dc8f7ecdfa11b616a5754b50
tree69ec23b7ee7a92e39bd32a35617962c493f470a2
parent333f7909a8573145811c4ab7d8c9092301707721
bonding: fix value exported by Netlink for peer_notif_delay

IFLA_BOND_PEER_NOTIF_DELAY was set to the value of downdelay instead
of peer_notif_delay. After this change, the correct value is exported.

Fixes: 07a4ddec3ce9 ("bonding: add an option to specify a delay between peer notifications")
Signed-off-by: Vincent Bernat <vincent@bernat.ch>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bonding/bond_netlink.c