Skip to content
Snippets Groups Projects
Commit cbb1e85f authored by David S. Miller's avatar David S. Miller
Browse files

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: default avatarDavid S. Miller <davem@davemloft.net>
parent 9a1b9496
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment