51 u32 ip4_table_index,
u32 ip6_table_index,
67 return VNET_API_ERROR_NO_SUCH_TABLE;
76 clib_warning (
"Non-existent intf_idx=%d with table_index=%d for delete",
77 sw_if_index, pct[ti]);
78 return VNET_API_ERROR_NO_SUCH_TABLE;
104 u32 sw_if_index = ~0;
105 u32 ip4_table_index = ~0;
106 u32 ip6_table_index = ~0;
116 else if (
unformat (input,
"ip4-table %d", &ip4_table_index))
118 else if (
unformat (input,
"ip6-table %d", &ip6_table_index))
126 if (sw_if_index == ~0)
136 ip6_table_index, is_add);
143 case VNET_API_ERROR_NO_MATCHING_INTERFACE:
146 case VNET_API_ERROR_NO_SUCH_ENTRY:
153 .path =
"set flow classify",
155 "set flow classify interface <int> [ip4-table <index>]\n" 156 " [ip6-table <index>] [del]",
163 u32 * r = va_arg (*va,
u32 *);
202 for (i = 0; i <
vec_len (vec_tbl); i++)
215 .path =
"show classify flow",
216 .short_help =
"show classify flow type [ip4|ip6]",
vnet_config_main_t config_main
vnet_config_main_t * vnet_config_main[FLOW_CLASSIFY_N_TABLES]
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)
sll srl srl sll sra u16x4 i
bad routing header type(not 4)") sr_error (NO_MORE_SEGMENTS
u32 vnet_config_del_feature(vlib_main_t *vm, vnet_config_main_t *cm, u32 config_string_heap_index, u32 feature_index, void *feature_config, u32 n_feature_config_bytes)
u32 * config_index_by_sw_if_index
ip_lookup_main_t lookup_main
unformat_function_t unformat_vnet_sw_interface
u32 ip6_unicast_rx_feature_flow_classify
u32 ip4_unicast_rx_feature_flow_classify
Built-in unicast feature path index, see vnet_feature_arc_init()
format_function_t format_vnet_sw_if_index_name
vnet_main_t * vnet_get_main(void)
u32 * classify_table_index_by_sw_if_index[FLOW_CLASSIFY_N_TABLES]
#define clib_warning(format, args...)
flow_classify_main_t flow_classify_main
void vlib_cli_output(vlib_main_t *vm, char *fmt,...)
vnet_feature_config_main_t feature_config_mains[VNET_N_IP_FEAT]
rx unicast, multicast, tx interface/feature configuration.
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)
#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
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)
ip_lookup_main_t lookup_main
static clib_error_t * show_flow_classify_command_fn(vlib_main_t *vm, unformat_input_t *input, vlib_cli_command_t *cmd)
u32 vnet_config_add_feature(vlib_main_t *vm, vnet_config_main_t *cm, u32 config_string_heap_index, u32 feature_index, void *feature_config, u32 n_feature_config_bytes)
#define vec_elt(v, i)
Get vector value at index i.
vnet_classify_main_t * vnet_classify_main
#define vec_len(v)
Number of elements in vector (rvalue-only, NULL tolerant)
ip4_main_t ip4_main
Global ip4 main structure.
#define clib_error_return(e, args...)
#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)