ping command does not work when there is woker thread (VPP-844)
[vpp.git] / src / vnet / ip / ping.c
old mode 100644 (file)
new mode 100755 (executable)
index 4a7fdd6..5d04b3d
@@ -890,6 +890,7 @@ VLIB_CLI_COMMAND (ping_command, static) =
   " [ipv4 <ip4-addr> | ipv6 <ip6-addr>] [source <interface>]"
   " [size <pktsize>] [interval <sec>] [repeat <cnt>] [table-id <id>]"
   " [verbose]",
+  .is_mp_safe = 1,
 };
 /* *INDENT-ON* */