commit | dac9c9790e542777079999900594fd069ba10489 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Sun Oct 07 20:16:24 2018 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Oct 08 10:39:04 2018 -0700 |
tree | bcaa1615ea86b788b7b7808956f08677059ee17c | |
parent | 3d0d4337d7a105c5e8ba85c6e7b75437b4c6745e [diff] |
net: Add extack to nlmsg_parse Make sure extack is passed to nlmsg_parse where easy to do so. Most of these are dump handlers and leveraging the extack in the netlink_callback. Signed-off-by: David Ahern <dsahern@gmail.com> Acked-by: Christian Brauner <christian@brauner.io> Signed-off-by: David S. Miller <davem@davemloft.net>