diff options
| author | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2004-09-14 09:57:40 +0900 |
|---|---|---|
| committer | Hideaki Yoshifuji <yoshfuji@linux-ipv6.org> | 2004-09-14 09:57:40 +0900 |
| commit | f1f38b1770bcb9642ca8e769d4cb461bfd96d77f (patch) | |
| tree | 973a9d2031244162d26e5380fc379335f2edf29d /include/net | |
| parent | 8a9ea5f4d3bcfa6ddfb30d138a9c8819b4f528b4 (diff) | |
[IPV6] NDISC: Fix message validation against Redirects.
Signed-off-by: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/ip6_route.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index dbfe1d6923fd..7b654c2db849 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h @@ -92,6 +92,7 @@ extern void rt6_purge_dflt_routers(int lst_resort); extern void rt6_redirect(struct in6_addr *dest, struct in6_addr *saddr, struct neighbour *neigh, + u8 *lladdr, int on_link); extern void rt6_pmtu_discovery(struct in6_addr *daddr, |
