Go to the source code of this file.
static clib_error_t* ioam_analyse_enable_disable |
( |
vlib_main_t * |
vm, |
|
|
int |
is_add, |
|
|
int |
is_export, |
|
|
int |
remote_listen |
|
) |
| |
|
static |
Initial value:= {
.path = "show ioam analyse ",
.short_help = "show ioam analyser information",
}
static clib_error_t * show_ioam_analyse_cmd_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (ip6_show_ioam_ipfix_cmd)
Definition at line 133 of file ip6_ioam_analyse.c.
Initial value:= {
.path = "set ioam analyse",
.short_help = "set ioam analyse [export-ipfix-collector] [disable] [listen-ipfix]",
}
static clib_error_t * set_ioam_analyse_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (set_ioam_analyse_command)
Definition at line 97 of file ip6_ioam_analyse.c.