ipv4: Don't use rt->rt_{src,dst} in ip_queue_xmit().
authorDavid S. Miller <davem@davemloft.net>
Sat, 7 May 2011 05:30:20 +0000 (22:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 8 May 2011 22:28:28 +0000 (15:28 -0700)
commitea4fc0d6193ff56fcef39b0d2210d402a7acb5f0
tree175b9bca17331112f7aa7c6340b69320426f750b
parentd9d8da805dcb503ef8ee49918a94d49085060f23
ipv4: Don't use rt->rt_{src,dst} in ip_queue_xmit().

Now we can pick it out of the provided flow key.

Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/ip_output.c