]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: Get route daddr from flow key in ip4_datagram_connect().
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:49:45 +0000 (23:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:49:45 +0000 (23:49 -0700)
commit9c25a2150b05c69f0f044a3bafc81a83908b0e28
tree2cbaa499631a2a3e3dc74dcb0279a7fd98a9f9e1
parent68e3153d53fc10b0763b0c0cecd5548a75faaf84
ipv4: Get route daddr from flow key in ip4_datagram_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/datagram.c