Re: [PATCH net-next iproute2 0/3] ip: Initial support for extack errors

2017-05-01 Thread Jakub Kicinski
On Mon, 1 May 2017 20:18:22 -0700, David Ahern wrote: > Introduce a new function, rtnl_ack_extack, to allow commands to flip > to the new error reporting over time. > > Convert iplink_modify to use the new function to display error strings > returned from ip link set commands. Tested-by: Jakub K

[PATCH net-next iproute2 0/3] ip: Initial support for extack errors

2017-05-01 Thread David Ahern
Introduce a new function, rtnl_ack_extack, to allow commands to flip to the new error reporting over time. Convert iplink_modify to use the new function to display error strings returned from ip link set commands. David Ahern (3): netlink: import netlink message parsing from kernel netlink: A