mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
net: add netlink_ext_ack argument to rtnl_link_ops.changelink
Add support for extended error reporting. Signed-off-by: Matthias Schiffer <mschiffer@universe-factory.net> Acked-by: David Ahern <dsahern@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7a3f4a1851
commit
ad744b223c
20 changed files with 47 additions and 28 deletions
|
@ -72,7 +72,8 @@ struct rtnl_link_ops {
|
|||
struct netlink_ext_ack *extack);
|
||||
int (*changelink)(struct net_device *dev,
|
||||
struct nlattr *tb[],
|
||||
struct nlattr *data[]);
|
||||
struct nlattr *data[],
|
||||
struct netlink_ext_ack *extack);
|
||||
void (*dellink)(struct net_device *dev,
|
||||
struct list_head *head);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue