summaryrefslogtreecommitdiffstats
path: root/include/net/ip6_fib.h
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2017-05-21 10:12:04 -0600
committerDavid S. Miller <davem@davemloft.net>2017-05-22 12:12:20 -0400
commit333c430167c21b96de81a674fa6cbe84b09475dc (patch)
tree918819b79fe327235119630d5f1c0c0bafcecbb6 /include/net/ip6_fib.h
parentc3ab2b4ec8f7c0700bf10957171c479bf3dbca52 (diff)
downloadop-kernel-dev-333c430167c21b96de81a674fa6cbe84b09475dc.zip
op-kernel-dev-333c430167c21b96de81a674fa6cbe84b09475dc.tar.gz
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.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/ip6_fib.h b/include/net/ip6_fib.h
index c979c87..aa50e2e 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,
OpenPOWER on IntegriCloud