Go to the source code of this file.
|
static void | vnet_policer_classify_feature_enable (vlib_main_t *vnm, policer_classify_main_t *pcm, u32 sw_if_index, policer_classify_table_id_t tid, int feature_enable) |
|
int | vnet_set_policer_classify_intfc (vlib_main_t *vm, u32 sw_if_index, u32 ip4_table_index, u32 ip6_table_index, u32 l2_table_index, u32 is_add) |
|
static clib_error_t * | set_policer_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_policer_classify_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
int vnet_set_policer_classify_intfc |
( |
vlib_main_t * |
vm, |
|
|
u32 |
sw_if_index, |
|
|
u32 |
ip4_table_index, |
|
|
u32 |
ip6_table_index, |
|
|
u32 |
l2_table_index, |
|
|
u32 |
is_add |
|
) |
| |
Initial value:= {
.path = "set policer classify",
.short_help =
"set policer classify interface <int> [ip4-table <index>]\n"
" [ip6-table <index>] [l2-table <index>] [del]",
}
static clib_error_t * set_policer_classify_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (set_policer_classify_command)
Definition at line 167 of file policer_classify.c.
Initial value:= {
.path = "show classify policer",
.short_help = "show classify policer type [ip4|ip6|l2]",
}
static clib_error_t * show_policer_classify_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
(constructor) VLIB_CLI_COMMAND (show_policer_classify_command)
Definition at line 234 of file policer_classify.c.