]> git.karo-electronics.de Git - karo-tx-linux.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)
commit44901666a1a736b3f43eac7894b07183f127e9a9
tree96d8e36a7286a1732f3c325c96d65b03443634de
parent4071cfff84c5b084762fe288781cd7faab14cb4b
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