tcp: initialize connection index on rst w packet 50/39650/2
authorFlorin Coras <fcoras@cisco.com>
Sat, 14 Oct 2023 22:01:48 +0000 (15:01 -0700)
committerAndrew Yourtchenko <ayourtch@gmail.com>
Wed, 25 Oct 2023 17:19:43 +0000 (17:19 +0000)
Type: fix

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: Ie01d7e8d6eddf3ba88f2cd6eb8369c8ec8179cb4
(cherry picked from commit 0094fe0190b623dbef0e57b7f4032ba3cf5f36b0)

src/vnet/tcp/tcp_output.c

index 5172fca..61692fa 100644 (file)
@@ -667,6 +667,7 @@ tcp_send_reset_w_pkt (tcp_connection_t * tc, vlib_buffer_t * pkt,
 
   b = vlib_get_buffer (vm, bi);
   tcp_init_buffer (vm, b);
+  vnet_buffer (b)->tcp.connection_index = tc->c_c_index;
 
   /* Make and write options */
   tcp_hdr_len = sizeof (tcp_header_t);