ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels.
authorDavid S. Miller <davem@davemloft.net>
Wed, 4 May 2011 19:33:34 +0000 (12:33 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 4 May 2011 19:55:07 +0000 (12:55 -0700)
First, make callers pass on-stack flowi4 to ip_route_output_gre()
so they can get at the fully resolved flow key.

Next, use that in ipgre_tunnel_xmit() to avoid the need to use
rt->rt_{dst,src}.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found