From 7ebd374e182275aed72860ba0fff6da5af8b53d1 Mon Sep 17 00:00:00 2001 From: flyingeagle23 Date: Mon, 15 May 2017 16:57:20 +0800 Subject: ping command does not work when there is woker thread (VPP-844) Change-Id: Ic896b237a7d141243e1b7d6d4fbb2a120f44363e Signed-off-by: flyingeagle23 (cherry picked from commit 92a838b14a1862ef07c631412069e968f303639b) --- src/vnet/ip/ping.c | 1 + 1 file changed, 1 insertion(+) mode change 100644 => 100755 src/vnet/ip/ping.c diff --git a/src/vnet/ip/ping.c b/src/vnet/ip/ping.c old mode 100644 new mode 100755 index 4131bd710a3..ab3b19977d6 --- a/src/vnet/ip/ping.c +++ b/src/vnet/ip/ping.c @@ -890,6 +890,7 @@ VLIB_CLI_COMMAND (ping_command, static) = " [ipv4 | ipv6 ] [source ]" " [size ] [interval ] [repeat ] [table-id ]" " [verbose]", + .is_mp_safe = 1, }; /* *INDENT-ON* */ -- cgit 1.2.3-korg