Skip to content
Snippets Groups Projects
Commit c21ef3e3 authored by David Ahern's avatar David Ahern Committed by David S. Miller
Browse files

net: rtnetlink: plumb extended ack to doit function


Add netlink_ext_ack arg to rtnl_doit_func. Pass extack arg to nlmsg_parse
for doit functions that call it directly.

This is the first step to using extended error reporting in rtnetlink.
>From here individual subsystems can be updated to set netlink_ext_ack as
needed.

Signed-off-by: default avatarDavid Ahern <dsa@cumulusnetworks.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent af3b5158
No related branches found
No related tags found
Showing with 132 additions and 80 deletions
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment