mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-09 16:12:21 +00:00
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>
This commit is contained in:
parent
33eaf2a6eb
commit
42ab19ee90
19 changed files with 44 additions and 32 deletions
|
@ -108,7 +108,8 @@ struct vport *ovs_netdev_link(struct vport *vport, const char *name)
|
|||
|
||||
rtnl_lock();
|
||||
err = netdev_master_upper_dev_link(vport->dev,
|
||||
get_dpdev(vport->dp), NULL, NULL);
|
||||
get_dpdev(vport->dp),
|
||||
NULL, NULL, NULL);
|
||||
if (err)
|
||||
goto error_unlock;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue