Go to the source code of this file.
|
static int | vnet_inacl_ip_feature_enable (vlib_main_t *vnm, input_acl_main_t *am, u32 sw_if_index, input_acl_table_id_t tid, int feature_enable) |
|
int | vnet_set_input_acl_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_input_acl_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
clib_error_t * | input_acl_init (vlib_main_t *vm) |
|
uword | unformat_acl_type (unformat_input_t *input, va_list *args) |
|
u8 * | format_vnet_inacl_info (u8 *s, va_list *va) |
|
static clib_error_t * | show_inacl_command_fn (vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd) |
|
u8* format_vnet_inacl_info |
( |
u8 * |
s, |
|
|
va_list * |
va |
|
) |
| |
int vnet_set_input_acl_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 interface input acl",
.short_help =
"set interface input acl intfc <int> [ip4-table <index>]\n"
" [ip6-table <index>] [l2-table <index>] [del]",
}
(constructor) VLIB_CLI_COMMAND (set_input_acl_command)
Definition at line 177 of file input_acl.c.
Initial value:= {
.path = "show inacl",
.short_help = "show inacl type [ip4|ip6|l2]",
}
(constructor) VLIB_CLI_COMMAND (show_inacl_command)
Definition at line 286 of file input_acl.c.