X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Flookup.c;h=a0cb28b890652a0e58c2b2346854418f58395ab3;hb=31d6c738c20d3baa619dbbb08af6125fab32bc08;hp=3b30fb9ce5efdf8bdd80e762915588ccc5d4e4a5;hpb=40490db79b755c5ca7113e2b772fe6052925f044;p=vpp.git diff --git a/src/vnet/ip/lookup.c b/src/vnet/ip/lookup.c index 3b30fb9ce5e..a0cb28b8906 100644 --- a/src/vnet/ip/lookup.c +++ b/src/vnet/ip/lookup.c @@ -640,7 +640,6 @@ VLIB_CLI_COMMAND (ip4_table_command, static) = { .path = "ip table", .short_help = "ip table [add|del] ", .function = vnet_ip4_table_cmd, - .is_mp_safe = 1, }; /* *INDENT-ON* */ @@ -656,7 +655,6 @@ VLIB_CLI_COMMAND (ip6_table_command, static) = { .path = "ip6 table", .short_help = "ip6 table [add|del] ", .function = vnet_ip6_table_cmd, - .is_mp_safe = 1, }; static clib_error_t *