X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Finterface_cli.c;h=624f8ef0c1307a1e626e5aa87b86a48f14439b32;hb=refs%2Fchanges%2F84%2F19684%2F3;hp=d9b854eb26b487c46204a4f94ac74b8d9c8c44a6;hpb=cac8f9b7fd9697b1324c6ea5689e056692ec89eb;p=vpp.git diff --git a/src/vnet/interface_cli.c b/src/vnet/interface_cli.c index d9b854eb26b..624f8ef0c13 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* */