diff options
author | David Ahern <dsahern@gmail.com> | 2017-10-05 03:48:47 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-10-05 07:39:33 +0300 |
commit | 42ab19ee90292993370a30ad242599d75a3b749e (patch) | |
tree | a71275e4ba689a40d20d352a286fc2672228fec0 /include/linux/if_macvlan.h | |
parent | 33eaf2a6eb48ebf00374aaaf4b1b43f9950dcbe4 (diff) | |
download | linux-42ab19ee90292993370a30ad242599d75a3b749e.tar.xz |
net: Add extack to upper device linking
Add extack arg to netdev_upper_dev_link and netdev_master_upper_dev_link
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/linux/if_macvlan.h')
-rw-r--r-- | include/linux/if_macvlan.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/linux/if_macvlan.h b/include/linux/if_macvlan.h index c9ec1343d187..10e319f41fb1 100644 --- a/include/linux/if_macvlan.h +++ b/include/linux/if_macvlan.h @@ -72,7 +72,8 @@ static inline void macvlan_count_rx(const struct macvlan_dev *vlan, extern void macvlan_common_setup(struct net_device *dev); extern int macvlan_common_newlink(struct net *src_net, struct net_device *dev, - struct nlattr *tb[], struct nlattr *data[]); + struct nlattr *tb[], struct nlattr *data[], + struct netlink_ext_ack *extack); extern void macvlan_count_rx(const struct macvlan_dev *vlan, unsigned int len, bool success, |