Go to the source code of this file.
|
static void | vnet_flow_classify_feature_enable (vlib_main_t *vnm, flow_classify_main_t *fcm, u32 sw_if_index, flow_classify_table_id_t tid, int feature_enable) |
|
int | vnet_set_flow_classify_intfc (vlib_main_t *vm, u32 sw_if_index, u32 ip4_table_index, u32 ip6_table_index, u32 is_add) |
|
static clib_error_t * | set_flow_classify_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
static uword | unformat_table_type (unformat_input_t *input, va_list *va) |
|
static clib_error_t * | show_flow_classify_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
◆ set_flow_classify_command_fn()
◆ show_flow_classify_command_fn()
◆ unformat_table_type()
◆ vnet_flow_classify_feature_enable()
◆ vnet_set_flow_classify_intfc()
int vnet_set_flow_classify_intfc |
( |
vlib_main_t * |
vm, |
|
|
u32 |
sw_if_index, |
|
|
u32 |
ip4_table_index, |
|
|
u32 |
ip6_table_index, |
|
|
u32 |
is_add |
|
) |
| |
◆ flow_classify_main
◆ set_input_acl_command
Initial value:= {
.path = "set flow classify",
.short_help =
"set flow classify interface <int> [ip4-table <index>]\n"
" [ip6-table <index>] [del]",
}
static clib_error_t * set_flow_classify_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (set_input_acl_command)
Definition at line 152 of file flow_classify.c.
◆ show_flow_classify_command
Initial value:= {
.path = "show classify flow",
.short_help = "show classify flow type [ip4|ip6]",
}
static clib_error_t * show_flow_classify_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_flow_classify_command)
Definition at line 217 of file flow_classify.c.