]> git.baikalelectronics.ru Git - kernel.git/commit
ipv4: Fetch route saddr from flow key in l2tp_ip_connect().
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:17:58 +0000 (23:17 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:17:58 +0000 (23:17 -0700)
commit3b14aa47057d3b05be6e4232dc40eef1eba0c5d5
tree96d8e36a7286a1732f3c325c96d65b03443634de
parent2c01a2f46f507408f8b37a2933a00258ec6dcbf6
ipv4: Fetch route saddr from flow key in l2tp_ip_connect().

Now that output route lookups update the flow with
source address selection, we can fetch it from
fl4->saddr instead of rt->rt_src

Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_ip.c