tcp session: initialize sw_if_index at connect time
[vpp.git] / src / vnet / tcp / tcp.c
index 4b1dd8e..62267bb 100644 (file)
@@ -831,6 +831,7 @@ tcp_session_open (transport_endpoint_cfg_t * rmt)
   /* The other connection vars will be initialized after SYN ACK */
   tcp_connection_timers_init (tc);
   tc->mss = rmt->mss;
+  tc->sw_if_index = rmt->peer.sw_if_index;
   tc->next_node_index = rmt->next_node_index;
   tc->next_node_opaque = rmt->next_node_opaque;