summaryrefslogtreecommitdiffstats
path: root/include/net/bonding.h
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2017-10-04 20:48:46 -0400
committerDavid S. Miller <davem@davemloft.net>2017-10-05 00:39:33 -0400
commit33eaf2a6eb48ebf00374aaaf4b1b43f9950dcbe4 (patch)
tree454a262863d22c076b0a7f494152ec16154bd22a /include/net/bonding.h
parent51d0c04795a4b5d9a188336884887a9d394a94b0 (diff)
net: Add extack to ndo_add_slave
Pass extack to do_set_master and down to ndo_add_slave Signed-off-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/bonding.h')
-rw-r--r--include/net/bonding.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/bonding.h b/include/net/bonding.h
index b2e68657a216..2860cc66c2bb 100644
--- a/include/net/bonding.h
+++ b/include/net/bonding.h
@@ -596,7 +596,8 @@ void bond_destroy_sysfs(struct bond_net *net);
596void bond_prepare_sysfs_group(struct bonding *bond); 596void bond_prepare_sysfs_group(struct bonding *bond);
597int bond_sysfs_slave_add(struct slave *slave); 597int bond_sysfs_slave_add(struct slave *slave);
598void bond_sysfs_slave_del(struct slave *slave); 598void bond_sysfs_slave_del(struct slave *slave);
599int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev); 599int bond_enslave(struct net_device *bond_dev, struct net_device *slave_dev,
600 struct netlink_ext_ack *extack);
600int bond_release(struct net_device *bond_dev, struct net_device *slave_dev); 601int bond_release(struct net_device *bond_dev, struct net_device *slave_dev);
601u32 bond_xmit_hash(struct bonding *bond, struct sk_buff *skb); 602u32 bond_xmit_hash(struct bonding *bond, struct sk_buff *skb);
602int bond_set_carrier(struct bonding *bond); 603int bond_set_carrier(struct bonding *bond);