X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Finterface_cli.c;h=82b6ea942789af7ab785f67df140008624616d26;hb=15c31921a628c5500cbed2ebc588d7ddbaa970a3;hp=b15d283fe4918f4323de29d5cbc66c0d647a8464;hpb=95c5267ea1ae4006716529ea7f28299a5c99a9cc;p=vpp.git diff --git a/src/vnet/interface_cli.c b/src/vnet/interface_cli.c index b15d283fe49..82b6ea94278 100644 --- a/src/vnet/interface_cli.c +++ b/src/vnet/interface_cli.c @@ -470,6 +470,7 @@ VLIB_CLI_COMMAND (show_sw_interfaces_command, static) = { .path = "show interface", .short_help = "show interface [address|addr|features|feat] [ [ [..]]] [verbose]", .function = show_sw_interfaces, + .is_mp_safe = 1, }; /* *INDENT-ON* */