Re: [PATCH net-next 1/4] tcp: fix inet6_csk_route_req() for link-local addresses
From: David Miller <davem@davemloft.net>
Date: 2012-06-29 00:55:19
From: David Miller <davem@davemloft.net>
Date: 2012-06-29 00:55:19
From: Neal Cardwell <ncardwell@google.com> Date: Thu, 28 Jun 2012 15:34:18 -0700
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>
Applied.