ipv4: Fetch route saddr from flow key in tcp_v4_connect().
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:17:31 +0000 (23:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:17:31 +0000 (23:17 -0700)
commit4071cfff84c5b084762fe288781cd7faab14cb4b
treec3088ff582b9509931eb6118463b5bf252530e18
parenta406b611b5f26a18773e4237d79f6df3eaed1d32
ipv4: Fetch route saddr from flow key in tcp_v4_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/tcp_ipv4.c