diff options
| author | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2004-09-14 00:03:47 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.davemloft.net> | 2004-09-14 00:03:47 -0700 |
| commit | 2546ee7af6767092c3d702c1fa9d22226b0f3fb1 (patch) | |
| tree | 3c679ab9d5272838c353dbd4a20f416e706a51d6 /include | |
| parent | 524146a684176cc404bb01872d91dd131a805c52 (diff) | |
[IPV6]: Do not export rt6_dflt_{pointer,lock}.
Modify them using exported procedural interfaces instead.
Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
Signed-off-by; David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
| -rw-r--r-- | include/net/ip6_route.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 7b654c2db849..d859c4160eaa 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h @@ -89,6 +89,8 @@ extern struct rt6_info * rt6_add_dflt_router(struct in6_addr *gwaddr, extern void rt6_purge_dflt_routers(int lst_resort); +extern void rt6_reset_dflt_pointer(struct rt6_info *rt); + extern void rt6_redirect(struct in6_addr *dest, struct in6_addr *saddr, struct neighbour *neigh, |
