ipv4: Get route daddr from flow key in tcp_v4_connect().
commitd4fb3d74d7a17833de2ba8cbd4f029b30feb4825
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:50:32 +0000 (28 23:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:50:32 +0000 (28 23:50 -0700)
treebc1c183a1c611dbf99c53c9138ff5d208b73079e
parent072d8c94142a3a95151774975f6c1fd1dc1f1e1b
ipv4: Get route daddr from flow key in tcp_v4_connect().

Now that output route lookups update the flow with
destination address selection, we can fetch it from
fl4->daddr instead of rt->rt_dst

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