ipv4: Get route daddr from flow key in dccp_v4_connect().
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:49:30 +0000 (23:49 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:49:30 +0000 (23:49 -0700)
commit91ab0b60a12833b4715b838474f23496af8de30c
treeec72b681f5e6e078c4640ed0e5e6392be23b68f2
parent44901666a1a736b3f43eac7894b07183f127e9a9
ipv4: Get route daddr from flow key in dccp_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/dccp/ipv4.c