ipv4: Fetch route saddr from flow key in inet_sk_reselect_saddr().
authorDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:16:53 +0000 (23:16 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 29 Apr 2011 06:16:53 +0000 (23:16 -0700)
commitb883187785004cacea053569f1655fada0dfc299
tree8a3413e40ad0e22e82ca96f9f9f7087070a21467
parent6706b6ebab85dfca4e2886e35ec9c3c4ee13e27e
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>
net/ipv4/af_inet.c