From: Patrick McHardy Date: Tue, 5 Jun 2007 04:32:46 +0000 (-0700) Subject: [TCP]: Honour sk_bound_dev_if in tcp_v4_send_ack X-Git-Tag: v2.6.22-rc5~95^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0e48dbfc5c74e967fea4c0fd0c5ad07557ae0c8;p=pandora-kernel.git [TCP]: Honour sk_bound_dev_if in tcp_v4_send_ack A time_wait socket inherits sk_bound_dev_if from the original socket, but it is not used when sending ACK packets using ip_send_reply. Fix by passing the oif to ip_send_reply in struct ip_reply_arg and use it for output routing. Signed-off-by: Patrick McHardy Signed-off-by: David S. Miller --- Reading git-diff-tree failed