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>
This commit is contained in:

committed by
David S. Miller

parent
c3ab2b4ec8
commit
333c430167
@@ -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 *);
|
||||
|
||||
|
Reference in New Issue
Block a user