diff options
Diffstat (limited to 'src/vnet/l2tp/l2tp.c')
-rw-r--r-- | src/vnet/l2tp/l2tp.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/vnet/l2tp/l2tp.c b/src/vnet/l2tp/l2tp.c index 42ecfa619a5..fa112ee7986 100644 --- a/src/vnet/l2tp/l2tp.c +++ b/src/vnet/l2tp/l2tp.c @@ -185,7 +185,7 @@ test_counters_command_fn (vlib_main_t * vm, /* *INDENT-OFF* */ VLIB_CLI_COMMAND (test_counters_command, static) = { - .path = "test counters", + .path = "test lt2p counters", .short_help = "increment all active counters", .function = test_counters_command_fn, }; @@ -220,7 +220,7 @@ clear_counters_command_fn (vlib_main_t * vm, /* *INDENT-OFF* */ VLIB_CLI_COMMAND (clear_counters_command, static) = { - .path = "clear counters", + .path = "clear l2tp counters", .short_help = "clear all active counters", .function = clear_counters_command_fn, }; |