commit | 04ba724b659c6808b0ca31528121bdb2f2807e00 | [log] [tgz] |
---|---|---|
author | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Jun 19 18:35:46 2017 +0100 |
committer | Pablo Neira Ayuso <pablo@netfilter.org> | Mon Jun 19 19:38:24 2017 +0200 |
tree | 8dd786fe4fc478c262e96a2dc65539418dded13d | |
parent | d8297d4f3ebd7a47f443ab66276bb774749612ba [diff] |
netfilter: nfnetlink: extended ACK reporting Pass down struct netlink_ext_ack as parameter to all of our nfnetlink subsystem callbacks, so we can work on follow up patches to provide finer grain error reporting using the new infrastructure that 2d4bc93368f5 ("netlink: extended ACK reporting") provides. No functional change, just pass down this new object to callbacks. Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>