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_route.h | |
parent | c3ab2b4ec8f7c0700bf10957171c479bf3dbca52 (diff) | |
download | blackbird-obmc-linux-333c430167c21b96de81a674fa6cbe84b09475dc.tar.gz blackbird-obmc-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_route.h')
-rw-r--r-- | include/net/ip6_route.h | 2 |
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 *); |