Rename CLI paths to lcpng

This commit is contained in:
Pim van Pelt
2021-08-08 20:37:39 +02:00
parent 80934a5c46
commit f3fa25d897
2 changed files with 10 additions and 10 deletions

View File

@ -192,9 +192,9 @@ lcp_adj_show_cmd (vlib_main_t *vm, unformat_input_t *input,
}
VLIB_CLI_COMMAND (lcp_itf_pair_show_cmd_node, static) = {
.path = "show lcp adj",
.path = "show lcpng adj",
.function = lcp_adj_show_cmd,
.short_help = "show lcp adj",
.short_help = "show lcpng adj",
.is_mp_safe = 1,
};