Go to the source code of this file.
◆ REPLY_MSG_ID_BASE
◆ ioam_export_init()
◆ ioam_export_ip6_enable_disable()
◆ set_ioam_export_ipfix_command_fn()
◆ vl_api_ioam_export_ip6_enable_disable_t_handler()
◆ export_node
Initial value:=
{
.name = "ip6-export",
.vector_size =
sizeof (
u32),
.next_nodes =
{
},
}
static uword ip6_export_node_fn(vlib_main_t *vm, vlib_node_runtime_t *node, vlib_frame_t *frame)
vl_api_fib_path_type_t type
static char * export_error_strings[]
static u8 * format_export_trace(u8 *s, va_list *args)
(constructor) VLIB_REGISTER_NODE (export_node)
Definition at line 153 of file node.c.
◆ ioam_export_main
◆ set_ipfix_command
Initial value:=
{
.path = "set ioam export ipfix",.short_help =
"set ioam export ipfix collector <ip4-address> src <ip4-address>",.
static clib_error_t * set_ioam_export_ipfix_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (set_ipfix_command)
Definition at line 141 of file ioam_export.c.