aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.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_route.h
parentnet: ipv4: Add extack messages for route add failures (diff)
downloadlinux-dev-333c430167c21b96de81a674fa6cbe84b09475dc.tar.xz
linux-dev-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_route.h')
-rw-r--r--include/net/ip6_route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h
index f5e625f53367..f3da9dd2a8db 100644
--- a/include/net/ip6_route.h
+++ b/include/net/ip6_route.h
@@ -90,7 +90,7 @@ void ip6_route_cleanup(void);
int ipv6_route_ioctl(struct net *net, unsigned int cmd, void __user *arg);
-int ip6_route_add(struct fib6_config *cfg);
+int ip6_route_add(struct fib6_config *cfg, struct netlink_ext_ack *extack);
int ip6_ins_rt(struct rt6_info *);
int ip6_del_rt(struct rt6_info *);