From: Neal Cardwell Date: Thu, 28 Jun 2012 12:34:18 +0000 (+0000) Subject: tcp: fix inet6_csk_route_req() for link-local addresses X-Git-Tag: v3.6-rc1~125^2~353 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9247869ee661b046510c19a36cf0d91d9c2639d3;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed