]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: Get route daddr from flow key in tcp_v4_connect().
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:50:32 +0000 (23:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:50:32 +0000 (23:50 -0700)
commitccca8baae31ce3d753a1907701bbc87d1867757a
treebc1c183a1c611dbf99c53c9138ff5d208b73079e
parentc5adfba38db9e7b0a8745b8f42dd0bd98ce0fb80
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