ping command does not work when there is woker thread (VPP-844)

Change-Id: Ic896b237a7d141243e1b7d6d4fbb2a120f44363e
Signed-off-by: flyingeagle23 <wang.hui56@zte.com.cn>
This commit is contained in:
flyingeagle23
2017-05-15 16:57:20 +08:00
committed by Damjan Marion
parent 0a69734dfe
commit 92a838b14a

1
src/vnet/ip/ping.c Normal file → Executable file
View File

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