commit | 4071cfff84c5b084762fe288781cd7faab14cb4b | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@davemloft.net> | Thu Apr 28 23:17:31 2011 -0700 |
committer | David S. Miller <davem@davemloft.net> | Thu Apr 28 23:17:31 2011 -0700 |
tree | c3088ff582b9509931eb6118463b5bf252530e18 | |
parent | a406b611b5f26a18773e4237d79f6df3eaed1d32 [diff] |
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>