commit | cbb1e85f9cfd2bd9b7edfd21d167e89a4279faf0 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Wed May 04 12:33:34 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Wed May 04 12:55:07 2011 -0700 |
tree | 352ce07ff62b9fc38212d72f3d1b0d124dafea39 | |
parent | 9a1b9496cd2b013f74885218947fa7120d53e74c [diff] |
ipv4: Kill rt->rt_{src, dst} usage in IP GRE tunnels. 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>