diff options
| author | Ville Nuorvala <vnourval@tcs.hut.fi> | 2003-08-17 13:14:52 -0700 |
|---|---|---|
| committer | David S. Miller <davem@nuts.ninka.net> | 2003-08-17 13:14:52 -0700 |
| commit | 0e7caa2a709942e13472b368fe5f92c413708504 (patch) | |
| tree | 3995b7dbe1d81508c35d50c69f88a2704fc3b0f7 /include/net | |
| parent | f8d1f5ed4de2ab01e0d2d922813a78902a6f1d40 (diff) | |
[IPV6]: Fix ip6_dst_lookup() route corruption.
Diffstat (limited to 'include/net')
| -rw-r--r-- | include/net/ipv6.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/net/ipv6.h b/include/net/ipv6.h index 9ed62a7db079..8aeb974d8592 100644 --- a/include/net/ipv6.h +++ b/include/net/ipv6.h @@ -353,7 +353,9 @@ extern int ip6_push_pending_frames(struct sock *sk); extern void ip6_flush_pending_frames(struct sock *sk); -extern struct dst_entry * ip6_dst_lookup(struct sock *sk, struct flowi *fl); +extern int ip6_dst_lookup(struct sock *sk, + struct dst_entry **dst, + struct flowi *fl); /* * skb processing functions |
