aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/ip6_route.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/ip6_route.h')
-rw-r--r--include/net/ip6_route.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h
index 172c4761e2bf..3f170f667c7b 100644
--- a/include/net/ip6_route.h
+++ b/include/net/ip6_route.h
@@ -60,11 +60,7 @@ extern void ip6_route_cleanup(void);
60 60
61extern int ipv6_route_ioctl(unsigned int cmd, void __user *arg); 61extern int ipv6_route_ioctl(unsigned int cmd, void __user *arg);
62 62
63extern int ip6_route_add(struct in6_rtmsg *rtmsg, 63extern int ip6_route_add(struct fib6_config *cfg);
64 struct nlmsghdr *,
65 void *rtattr,
66 struct netlink_skb_parms *req,
67 u32 table_id);
68extern int ip6_ins_rt(struct rt6_info *); 64extern int ip6_ins_rt(struct rt6_info *);
69extern int ip6_del_rt(struct rt6_info *); 65extern int ip6_del_rt(struct rt6_info *);
70 66