]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: Get route daddr from flow key in inet_csk_route_req().
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:50:09 +0000 (23:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:50:09 +0000 (23:50 -0700)
commitc5adfba38db9e7b0a8745b8f42dd0bd98ce0fb80
tree12b59dc795d4da572e56a80a364883c2eaa2a01f
parent9c25a2150b05c69f0f044a3bafc81a83908b0e28
ipv4: Get route daddr from flow key in inet_csk_route_req().

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/inet_connection_sock.c