diff options
author | David Ahern <dsahern@gmail.com> | 2017-05-21 10:12:04 -0600 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2017-05-22 12:12:20 -0400 |
commit | 333c430167c21b96de81a674fa6cbe84b09475dc (patch) | |
tree | 918819b79fe327235119630d5f1c0c0bafcecbb6 /include/net/ip6_fib.h | |
parent | c3ab2b4ec8f7c0700bf10957171c479bf3dbca52 (diff) | |
download | linux-333c430167c21b96de81a674fa6cbe84b09475dc.tar.bz2 |
net: ipv6: Plumb extack through route add functions
Plumb extack argument down to route add functions.
Signed-off-by: David Ahern <dsahern@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/ip6_fib.h')
-rw-r--r-- | include/net/ip6_fib.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/ip6_fib.h b/include/net/ip6_fib.h index c979c878df1c..aa50e2e6fa2a 100644 --- a/include/net/ip6_fib.h +++ b/include/net/ip6_fib.h @@ -277,7 +277,8 @@ void fib6_clean_all(struct net *net, int (*func)(struct rt6_info *, void *arg), void *arg); int fib6_add(struct fib6_node *root, struct rt6_info *rt, - struct nl_info *info, struct mx6_config *mxc); + struct nl_info *info, struct mx6_config *mxc, + struct netlink_ext_ack *extack); int fib6_del(struct rt6_info *rt, struct nl_info *info); void inet6_rt_notify(int event, struct rt6_info *rt, struct nl_info *info, |