1
0
Fork 0

ipv4: Fetch route saddr from flow key in inet_sk_reselect_saddr().

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>
wifi-calibration
David S. Miller 2011-04-28 23:16:53 -07:00
parent 6706b6ebab
commit b883187785
1 changed files with 1 additions and 1 deletions

View File

@ -1122,7 +1122,7 @@ static int inet_sk_reselect_saddr(struct sock *sk)
sk_setup_caps(sk, &rt->dst);
new_saddr = rt->rt_src;
new_saddr = fl4.saddr;
if (new_saddr == old_saddr)
return 0;