OSDN Git Service

ipv4: Get route daddr from flow key in l2tp_ip_connect().
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:50:49 +0000 (23:50 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:50:49 +0000 (23:50 -0700)
commitad227425c9ca907b5498e2558320b7e585d86ec9
tree84ef96e5fe88f08b8fbce7194213021b6291fa8e
parentd4fb3d74d7a17833de2ba8cbd4f029b30feb4825
ipv4: Get route daddr from flow key in l2tp_ip_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/l2tp/l2tp_ip.c