]> git.baikalelectronics.ru Git - kernel.git/commit
ipv6: tcp: send consistent autoflowlabel in RST packets
authorEric Dumazet <edumazet@google.com>
Thu, 22 Sep 2022 16:50:36 +0000 (09:50 -0700)
committerJakub Kicinski <kuba@kernel.org>
Sat, 24 Sep 2022 04:00:25 +0000 (21:00 -0700)
commit313157cfe792bdb63949571cf27485d032dfea53
tree471e249a2e6f84c226fc973caad90684ace26909
parent82a9db3b3e2e52600776260a4b7a9946c2c18d8c
ipv6: tcp: send consistent autoflowlabel in RST packets

Blamed commit added a txhash parameter to tcp_v6_send_response()
but forgot to update tcp_v6_send_reset() accordingly.

Fixes: dcd09620c281 ("ipv6: tcp: send consistent autoflowlabel in SYN_RECV state")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Link: https://lore.kernel.org/r/20220922165036.1795862-1-eric.dumazet@gmail.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/ipv6/tcp_ipv6.c