summaryrefslogtreecommitdiff
path: root/drivers/net/bonding/bonding.h
diff options
context:
space:
mode:
authorsfeldma@cumulusnetworks.com <sfeldma@cumulusnetworks.com>2013-12-12 14:10:02 -0800
committerDavid S. Miller <davem@davemloft.net>2013-12-14 01:07:31 -0500
commit25852e29dfc58d249ad0db235996b36c33db6d61 (patch)
tree9bd0ce9103aed2d5c40b2988260f03e65b1a1b3c /drivers/net/bonding/bonding.h
parenteecdaa6e20284efbe9e76eebd44eac2b22f7b5d7 (diff)
downloadlwn-25852e29dfc58d249ad0db235996b36c33db6d61.tar.gz
lwn-25852e29dfc58d249ad0db235996b36c33db6d61.zip
bonding: add updelay netlink support
Add IFLA_BOND_UPDELAY to allow get/set of bonding parameter updelay via netlink. Signed-off-by: Scott Feldman <sfeldma@cumulusnetworks.com> Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/bonding/bonding.h')
-rw-r--r--drivers/net/bonding/bonding.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/bonding/bonding.h b/drivers/net/bonding/bonding.h
index b146479d5859..8a91f7187e51 100644
--- a/drivers/net/bonding/bonding.h
+++ b/drivers/net/bonding/bonding.h
@@ -440,6 +440,7 @@ void bond_netlink_fini(void);
int bond_option_mode_set(struct bonding *bond, int mode);
int bond_option_active_slave_set(struct bonding *bond, struct net_device *slave_dev);
int bond_option_miimon_set(struct bonding *bond, int miimon);
+int bond_option_updelay_set(struct bonding *bond, int updelay);
struct net_device *bond_option_active_slave_get_rcu(struct bonding *bond);
struct net_device *bond_option_active_slave_get(struct bonding *bond);