commit | 1d13a96c74fc4802a775189ddb58bc6469ffdaa3 | [log] [tgz] |
---|---|---|
author | Florent Fourcot <florent.fourcot@enst-bretagne.fr> | Thu Jan 16 17:21:22 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Fri Jan 17 17:56:33 2014 -0800 |
tree | bf854b523585d551146a82d12d429ab19ae6ef3c | |
parent | d037c4d70fb281cd54efb03254b51c7452750491 [diff] |
ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAIT This patch is following the commit b903d324bee262 (ipv6: tcp: fix TCLASS value in ACK messages sent from TIME_WAIT). For the same reason than tclass, we have to store the flow label in the inet_timewait_sock to provide consistency of flow label on the last ACK. Signed-off-by: Florent Fourcot <florent.fourcot@enst-bretagne.fr> Signed-off-by: David S. Miller <davem@davemloft.net>