commit | 4c9483b2fb5d2548c3cc1fe03cdd4484ceeb5d1c | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Sat Mar 12 16:22:43 2011 -0500 |
committer | David S. Miller <davem@davemloft.net> | Sat Mar 12 15:08:54 2011 -0800 |
tree | c29c8070012cffb38fe249cf528589a675f622b1 | |
parent | 9cce96df5b76691712dba22e83ff5efe900361e1 [diff] [blame] |
ipv6: Convert to use flowi6 where applicable. Signed-off-by: David S. Miller <davem@davemloft.net>
diff --git a/include/net/ip6_route.h b/include/net/ip6_route.h index 8552f0a..642a80b 100644 --- a/include/net/ip6_route.h +++ b/include/net/ip6_route.h
@@ -71,7 +71,7 @@ extern struct dst_entry * ip6_route_output(struct net *net, struct sock *sk, - struct flowi *fl); + struct flowi6 *fl6); extern int ip6_route_init(void); extern void ip6_route_cleanup(void);