41 sw_if_index, feature_enable, 0, 0);
47 sw_if_index, feature_enable, 0, 0);
61 u32 ip6_table_index,
u32 l2_table_index,
u32 is_add)
78 return VNET_API_ERROR_NO_SUCH_TABLE;
89 (
"Non-existent intf_idx=%d with table_index=%d for delete",
90 sw_if_index, acl[ti]);
91 return VNET_API_ERROR_NO_SUCH_TABLE;
115 u32 sw_if_index = ~0;
116 u32 ip4_table_index = ~0;
117 u32 ip6_table_index = ~0;
118 u32 l2_table_index = ~0;
128 else if (
unformat (input,
"ip4-table %d", &ip4_table_index))
130 else if (
unformat (input,
"ip6-table %d", &ip6_table_index))
132 else if (
unformat (input,
"l2-table %d", &l2_table_index))
140 if (sw_if_index == ~0)
150 ip6_table_index, l2_table_index, is_add);
157 case VNET_API_ERROR_NO_MATCHING_INTERFACE:
160 case VNET_API_ERROR_NO_SUCH_ENTRY:
178 .path =
"set interface input acl",
180 "set interface input acl intfc <int> [ip4-table <index>]\n" 181 " [ip6-table <index>] [l2-table <index>] [del]",
207 u32 *acl_type = va_arg (*args,
u32 *);
230 int sw_if_idx = va_arg (*va,
int);
231 u32 tid = va_arg (*va,
u32);
235 s =
format (s,
"%10s%20s\t\t%s",
"Intfc idx",
"Classify table",
240 s =
format (s,
"%10d%20d\t\t%U", sw_if_idx, tid,
273 for (i = 0; i <
vec_len (vec_tbl); i++)
275 if (
vec_elt (vec_tbl, i) == ~0)
287 .path =
"show inacl",
288 .short_help =
"show inacl type [ip4|ip6|l2]",
vnet_config_main_t config_main
sll srl srl sll sra u16x4 i
u8 vnet_get_feature_arc_index(const char *s)
vnet_main_t * vnet_get_main(void)
u32 * classify_table_index_by_sw_if_index[INPUT_ACL_N_TABLES]
unformat_function_t unformat_vnet_sw_interface
format_function_t format_vnet_sw_if_index_name
vnet_classify_main_t * vnet_classify_main
#define VLIB_INIT_FUNCTION(x)
#define clib_error_return(e, args...)
#define vlib_call_init_function(vm, x)
vnet_config_main_t * vnet_config_main[INPUT_ACL_N_TABLES]
#define clib_warning(format, args...)
#define pool_is_free_index(P, I)
Use free bitmap to query whether given index is free.
#define VLIB_CLI_COMMAND(x,...)
struct _vnet_classify_main vnet_classify_main_t
vnet_classify_main_t vnet_classify_main
#define vec_elt(v, i)
Get vector value at index i.
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
static vnet_feature_config_main_t * vnet_get_feature_arc_config_main(u8 arc_index)
#define vec_validate_init_empty(V, I, INIT)
Make sure vector is long enough for given index and initialize empty space (no header, unspecified alignment)
void vlib_cli_output(vlib_main_t *vm, char *fmt,...)
int vnet_feature_enable_disable(const char *arc_name, const char *node_name, u32 sw_if_index, int enable_disable, void *feature_config, u32 n_feature_config_bytes)