commit | 9247869ee661b046510c19a36cf0d91d9c2639d3 | [log] [tgz] |
---|---|---|
author | Neal Cardwell <ncardwell@google.com> | Thu Jun 28 12:34:18 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Thu Jun 28 17:53:50 2012 -0700 |
tree | 4aed0fbf868883f876273d088dba63e1a4956e67 | |
parent | b26d344c6b87058ae3e8f919a18580abfc4204eb [diff] |
tcp: fix inet6_csk_route_req() for link-local addresses Fix inet6_csk_route_req() to use as the flowi6_oif the treq->iif, which is correctly fixed up in tcp_v6_conn_request() to handle the case of link-local addresses. This brings it in line with the tcp_v6_send_synack() code, which is already correctly using the treq->iif in this way. Signed-off-by: Neal Cardwell <ncardwell@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>