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)
commit87321c839fb4a65b5d78c16d79d1674cf223a452
tree2cbaa499631a2a3e3dc74dcb0279a7fd98a9f9e1
parent91ab0b60a12833b4715b838474f23496af8de30c
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