]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit2c01a2f46f507408f8b37a2933a00258ec6dcbf6
treec3088ff582b9509931eb6118463b5bf252530e18
parentbd40e2d5240738d1d585dddefe7fc8f3908014e0
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