tcp: fix the tcp unittest to work
[vpp.git] / src / plugins / unittest / tcp_test.c
index 3db0405..3e5ba9c 100644 (file)
@@ -1341,6 +1341,8 @@ tcp_test (vlib_main_t * vm,
 {
   int res = 0;
 
+  vnet_session_enable_disable (vm, 1);
+
   while (unformat_check_input (input) != UNFORMAT_END_OF_INPUT)
     {
       if (unformat (input, "sack"))