Re: [net-next] bonding: fix value exported by Netlink for peer_notif_delay

2019-07-08 Thread David Miller
From: Vincent Bernat Date: Sat, 6 Jul 2019 23:01:08 +0200 > 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 > notificat

[net-next] bonding: fix value exported by Netlink for peer_notif_delay

2019-07-06 Thread Vincent Bernat
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 --- drivers/net/bonding/bond_net