commit | f0e48dbfc5c74e967fea4c0fd0c5ad07557ae0c8 | [log] [tgz] |
---|---|---|
author | Patrick McHardy <kaber@trash.net> | Mon Jun 04 21:32:46 2007 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Thu Jun 07 13:38:51 2007 -0700 |
tree | 3e082e8946855e6a21f1f65582eb308b1cec0ed1 | |
parent | b91b9fd11210a7023f37eaee1e977ad9ce532095 [diff] |
[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 <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>