FD.io VPP  v17.04.2-2-ga8f93f8
Vector Packet Processing
ip6_ioam_analyse.c File Reference
+ Include dependency graph for ip6_ioam_analyse.c:

Go to the source code of this file.

Functions

static clib_error_tioam_analyse_enable_disable (vlib_main_t *vm, int is_add, int is_export, int remote_listen)
 
static clib_error_tset_ioam_analyse_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tshow_ioam_analyse_cmd_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
 
static clib_error_tioam_analyse_init (vlib_main_t *vm)
 

Variables

ioam_export_main_t ioam_export_main
 
static vlib_cli_command_t set_ioam_analyse_command
 (constructor) VLIB_CLI_COMMAND (set_ioam_analyse_command) More...
 
static vlib_cli_command_t ip6_show_ioam_ipfix_cmd
 (constructor) VLIB_CLI_COMMAND (ip6_show_ioam_ipfix_cmd) More...
 

Function Documentation

static clib_error_t* ioam_analyse_enable_disable ( vlib_main_t vm,
int  is_add,
int  is_export,
int  remote_listen 
)
static

Definition at line 25 of file ip6_ioam_analyse.c.

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

static clib_error_t* ioam_analyse_init ( vlib_main_t vm)
static

Definition at line 141 of file ip6_ioam_analyse.c.

+ Here is the call graph for this function:

static clib_error_t* set_ioam_analyse_command_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 74 of file ip6_ioam_analyse.c.

+ Here is the call graph for this function:

static clib_error_t* show_ioam_analyse_cmd_fn ( vlib_main_t vm,
unformat_input_t input,
vlib_cli_command_t cmd 
)
static

Definition at line 105 of file ip6_ioam_analyse.c.

+ Here is the call graph for this function:

Variable Documentation

ioam_export_main_t ioam_export_main

Definition at line 62 of file ioam_export.c.

vlib_cli_command_t ip6_show_ioam_ipfix_cmd
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.

vlib_cli_command_t set_ioam_analyse_command
static
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.