From 8180c74f5295821e34271a665e2e90515b265df4 Mon Sep 17 00:00:00 2001 From: Rami Rosen Date: Thu, 10 Apr 2008 02:31:20 -0700 Subject: [PATCH] --- yaml --- r: 90611 b: refs/heads/master c: 5c06f510a25153ff79e8c2dca312b732a367c5bb h: refs/heads/master i: 90609: 7581bed3f2d5ba3dc5b4484a5c2b87b16017c1f2 90607: 370b2457e7bda9ec0ed906d131d6cdbd452cd61e v: v3 --- [refs] | 2 +- trunk/include/net/ip6_route.h | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) diff --git a/[refs] b/[refs] index b7f708d81e61..4c5154dcfd95 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2d7bf36746b6329d9d54c6c6efe2b55666dd1f53 +refs/heads/master: 5c06f510a25153ff79e8c2dca312b732a367c5bb diff --git a/trunk/include/net/ip6_route.h b/trunk/include/net/ip6_route.h index 3ae6799c2b14..9080076ce0e5 100644 --- a/trunk/include/net/ip6_route.h +++ b/trunk/include/net/ip6_route.h @@ -37,7 +37,6 @@ struct route_info { #define RT6_LOOKUP_F_SRCPREF_PUBLIC 0x00000010 #define RT6_LOOKUP_F_SRCPREF_COA 0x00000020 -extern struct rt6_info *ip6_null_entry; #ifdef CONFIG_IPV6_MULTIPLE_TABLES extern struct rt6_info *ip6_prohibit_entry; @@ -61,20 +60,6 @@ extern int ip6_route_add(struct fib6_config *cfg); extern int ip6_ins_rt(struct rt6_info *); extern int ip6_del_rt(struct rt6_info *); -extern int ip6_rt_addr_add(struct in6_addr *addr, - struct net_device *dev, - int anycast); - -extern int ip6_rt_addr_del(struct in6_addr *addr, - struct net_device *dev); - -extern void rt6_sndmsg(int type, struct in6_addr *dst, - struct in6_addr *src, - struct in6_addr *gw, - struct net_device *dev, - int dstlen, int srclen, - int metric, __u32 flags); - extern struct rt6_info *rt6_lookup(struct net *net, struct in6_addr *daddr, struct in6_addr *saddr,