]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit1113a1c2544cac6bede652d0bd79dc48b9900152
tree84ef96e5fe88f08b8fbce7194213021b6291fa8e
parentccca8baae31ce3d753a1907701bbc87d1867757a
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