vcl/ldp: add write msg function and fine tuning
[vpp.git] / src / vnet / tcp / tcp_input.c
index c3ce2eb..fb80d7f 100644 (file)
@@ -2671,7 +2671,8 @@ tcp46_rcv_process_inline (vlib_main_t * vm, vlib_node_runtime_t * node,
                                       is_ip4);
          if (tmp->state != tc0->state)
            {
-             clib_warning ("state changed");
+             if (tc0->state != TCP_STATE_CLOSED)
+               clib_warning ("state changed");
              goto drop;
            }
        }