]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
net: ipvlan: ipvlan_set_port_mode(): Add an extack argument
authorPetr Machata <petrm@mellanox.com>
Thu, 6 Dec 2018 17:05:40 +0000 (17:05 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 6 Dec 2018 21:26:06 +0000 (13:26 -0800)
commitcf7686a01266de84b3b825acc05026d4e55454e1
tree10da227eb443425bd16a25747efa1a39b368b429
parentdc1aea1e08de3fb02c52df6e0e27095a49fb5a41
net: ipvlan: ipvlan_set_port_mode(): Add an extack argument

A follow-up patch will extend dev_change_flags() with an extack
argument. Extend ipvlan_set_port_mode() to have that argument available
for the conversion.

Signed-off-by: Petr Machata <petrm@mellanox.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Reviewed-by: Ido Schimmel <idosch@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ipvlan/ipvlan_main.c