summaryrefslogtreecommitdiffstats
path: root/include/net/ip6_fib.h
diff options
context:
space:
mode:
authorDavid Ahern2017-05-21 18:12:04 +0200
committerDavid S. Miller2017-05-22 18:12:20 +0200
commit333c430167c21b96de81a674fa6cbe84b09475dc (patch)
tree918819b79fe327235119630d5f1c0c0bafcecbb6 /include/net/ip6_fib.h
parentnet: ipv4: Add extack messages for route add failures (diff)
downloadkernel-qcow2-linux-333c430167c21b96de81a674fa6cbe84b09475dc.tar.gz
kernel-qcow2-linux-333c430167c21b96de81a674fa6cbe84b09475dc.tar.xz
kernel-qcow2-linux-333c430167c21b96de81a674fa6cbe84b09475dc.zip
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 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,