ipv6: adapt connect for repair move
authorAndrey Vagin <avagin@openvz.org>
Thu, 22 Nov 2012 01:13:58 +0000 (01:13 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 22 Nov 2012 20:30:14 +0000 (15:30 -0500)
commit2b9164771efe191c4ef266ae53c8c05ab92dd115
tree7e972e21387ac04f22f5f6edc57ed1247b1854ea
parent242a18d1374cebacd301f6b0ce1fd70d6c5afee6
ipv6: adapt connect for repair move

This is work the same as for ipv4.

All other hacks about tcp repair are in common code for ipv4 and ipv6,
so this patch is enough for repairing ipv6 connections.

Cc: "David S. Miller" <davem@davemloft.net>
Cc: Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
Cc: James Morris <jmorris@namei.org>
Cc: Hideaki YOSHIFUJI <yoshfuji@linux-ipv6.org>
Cc: Patrick McHardy <kaber@trash.net>
Cc: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: Andrey Vagin <avagin@openvz.org>
Acked-by: Pavel Emelyanov <xemul@parallels.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_output.c
net/ipv6/tcp_ipv6.c