ipv4: Fetch route saddr from flow key in ip4_datagram_connect().
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:17:16 +0000 (23:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:17:16 +0000 (23:17 -0700)
commita406b611b5f26a18773e4237d79f6df3eaed1d32
tree77acaece1fcb20ba088e7a4b3bc9b5a666705a5f
parentb883187785004cacea053569f1655fada0dfc299
ipv4: Fetch route saddr from flow key in ip4_datagram_connect().

Now that output route lookups update the flow with
source address selection, we can fetch it from
fl4->saddr instead of rt->rt_src

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