Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tcp/ipv6: fix flow label setting in TIME_WAIT state
commit 1d13a96 ("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: 1d13a96 ("ipv6: tcp: fix flowlabel value in ACK messages") Reported-by: Eric Dumazet <[email protected]> Signed-off-by: Florent Fourcot <[email protected]> Acked-by: Eric Dumazet <[email protected]> Signed-off-by: David S. Miller <[email protected]>
- Loading branch information