diff options
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | 2006-08-23 20:12:24 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2006-09-22 17:55:41 -0400 |
commit | 5e032e32ecc2e6cb0385dc115ca9bfe5e19a9539 (patch) | |
tree | a920b2450737c8688ed7fbbbc73b47a7402f04c6 /include | |
parent | a57d27fc7107ddcc655ba2812cfebfce3163fd62 (diff) |
[IPV6] NDISC: Take source address into account for redirects.
Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: Ville Nuorvala <vnuorval@tcs.hut.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include')
-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 3f170f667c7b..249ce4545ef0 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h | |||
@@ -110,6 +110,7 @@ extern int rt6_route_rcv(struct net_device *dev, | |||
110 | struct in6_addr *gwaddr); | 110 | struct in6_addr *gwaddr); |
111 | 111 | ||
112 | extern void rt6_redirect(struct in6_addr *dest, | 112 | extern void rt6_redirect(struct in6_addr *dest, |
113 | struct in6_addr *src, | ||
113 | struct in6_addr *saddr, | 114 | struct in6_addr *saddr, |
114 | struct neighbour *neigh, | 115 | struct neighbour *neigh, |
115 | u8 *lladdr, | 116 | u8 *lladdr, |