Re: [PATCH net] tcp/ipv6: fix flow label setting in TIME_WAIT state

2015-05-17 Thread David Miller
From: Florent Fourcot Date: Sat, 16 May 2015 00:24:59 +0200 > commit 1d13a96c74fc ("ipv6: tcp: fix flowlabel value in ACK messages > send from TIME_WAIT") added the flow label in the last TCP packets. > Unfortunately, it was not casted properly. > > This patch replace the buggy shift with be32_t

[PATCH net] tcp/ipv6: fix flow label setting in TIME_WAIT state

2015-05-15 Thread Florent Fourcot
commit 1d13a96c74fc ("ipv6: tcp: fix flowlabel value in ACK messages send from TIME_WAIT") added the flow label in the last TCP packets. Unfortunately, it was not casted properly. This patch replace the buggy shift with be32_to_cpu/cpu_to_be32. Fixes: 1d13a96c74fc ("ipv6: tcp: fix flowlabel value