diff options
author | Jonathan Toppins <jtoppins@cumulusnetworks.com> | 2015-01-26 01:16:57 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-01-27 17:09:03 -0800 |
commit | 2477bc9a3db53540c64687c79efae9a7f1f60cef (patch) | |
tree | 47209b6dd229ac7f6ec122463042d1bb91d235ee /include/net/bonding.h | |
parent | 999028cc1ccd1cd3a1c0104c6423553d3f573197 (diff) | |
download | op-kernel-dev-2477bc9a3db53540c64687c79efae9a7f1f60cef.zip op-kernel-dev-2477bc9a3db53540c64687c79efae9a7f1f60cef.tar.gz |
bonding: update bond carrier state when min_links option changes
Cc: Andy Gospodarek <gospo@cumulusnetworks.com>
Signed-off-by: Jonathan Toppins <jtoppins@cumulusnetworks.com>
Signed-off-by: Jay Vosburgh <jay.vosburgh@canonical.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/bonding.h')
-rw-r--r-- | include/net/bonding.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/bonding.h b/include/net/bonding.h index 983a94b..29f53ea 100644 --- a/include/net/bonding.h +++ b/include/net/bonding.h @@ -525,6 +525,7 @@ void bond_sysfs_slave_del(struct slave *slave); int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev); int bond_release(struct net_device *bond_dev, struct net_device *slave_dev); u32 bond_xmit_hash(struct bonding *bond, struct sk_buff *skb); +int bond_set_carrier(struct bonding *bond); void bond_select_active_slave(struct bonding *bond); void bond_change_active_slave(struct bonding *bond, struct slave *new_active); void bond_create_debugfs(void); |