ping command does not work when there is woker thread (VPP-844) 88/6688/4
authorflyingeagle23 <wang.hui56@zte.com.cn>
Mon, 15 May 2017 08:57:20 +0000 (16:57 +0800)
committerDamjan Marion <dmarion.lists@gmail.com>
Tue, 16 May 2017 10:37:47 +0000 (10:37 +0000)
Change-Id: Ic896b237a7d141243e1b7d6d4fbb2a120f44363e
Signed-off-by: flyingeagle23 <wang.hui56@zte.com.cn>
src/vnet/ip/ping.c [changed mode: 0644->0755]

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* */