FD.io VPP  v20.01-48-g3e0dafb74
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

◆ ioam_analyse_enable_disable()

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 26 of file ip6_ioam_analyse.c.

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ ioam_analyse_init()

static clib_error_t* ioam_analyse_init ( vlib_main_t vm)
static

Definition at line 142 of file ip6_ioam_analyse.c.

+ Here is the call graph for this function:

◆ set_ioam_analyse_command_fn()

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 75 of file ip6_ioam_analyse.c.

+ Here is the call graph for this function:

◆ show_ioam_analyse_cmd_fn()

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 106 of file ip6_ioam_analyse.c.

+ Here is the call graph for this function:

Variable Documentation

◆ ioam_export_main

ioam_export_main_t ioam_export_main

Definition at line 37 of file ioam_export.c.

◆ ip6_show_ioam_ipfix_cmd

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 134 of file ip6_ioam_analyse.c.

◆ set_ioam_analyse_command

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 98 of file ip6_ioam_analyse.c.