|
FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
Go to the documentation of this file.
16 #ifndef __included_vnet_l2_input_classify_h__
17 #define __included_vnet_l2_input_classify_h__
68 typedef struct _l2_classify_main
71 u32 l2_inp_feat_next[32];
72 u32 l2_out_feat_next[32];
96 u32 other_table_index);
103 u32 other_table_index);
@ L2_INPUT_CLASSIFY_NEXT_LI
@ L2_INPUT_CLASSIFY_TABLE_IP6
@ L2_OUTPUT_CLASSIFY_N_TABLES
vlib_node_registration_t l2_input_classify_node
(constructor) VLIB_REGISTER_NODE (l2_input_classify_node)
@ L2_INPUT_CLASSIFY_NEXT_IP6_INPUT
struct _l2_classify_main l2_output_classify_main_t
void vnet_l2_output_classify_enable_disable(u32 sw_if_index, int enable_disable)
Enable/disable l2 input classification on a specific interface.
l2_input_classify_main_t l2_input_classify_main
l2 input classifier main data structure.
vnet_classify_main_t vnet_classify_main
@ L2_INPUT_CLASSIFY_N_NEXT
l2_input_classify_table_id_t
@ L2_INPUT_CLASSIFY_N_TABLES
@ L2_OUTPUT_CLASSIFY_NEXT_DROP
@ L2_OUTPUT_CLASSIFY_TABLE_IP4
@ L2_INPUT_CLASSIFY_NEXT_IP4_INPUT
@ L2_INPUT_CLASSIFY_NEXT_ETHERNET_INPUT
l2_output_classify_table_id_t
@ L2_INPUT_CLASSIFY_NEXT_DROP
@ L2_OUTPUT_CLASSIFY_TABLE_OTHER
@ L2_INPUT_CLASSIFY_TABLE_OTHER
@ L2_INPUT_CLASSIFY_TABLE_IP4
struct _vlib_node_registration vlib_node_registration_t
vlib_node_registration_t l2_output_classify_node
(constructor) VLIB_REGISTER_NODE (l2_output_classify_node)
int vnet_l2_output_classify_set_tables(u32 sw_if_index, u32 ip4_table_index, u32 ip6_table_index, u32 other_table_index)
Set l2 per-protocol, per-interface output classification tables.
struct _vnet_classify_main vnet_classify_main_t
struct _l2_classify_main l2_input_classify_main_t
int vnet_l2_input_classify_set_tables(u32 sw_if_index, u32 ip4_table_index, u32 ip6_table_index, u32 other_table_index)
Set l2 per-protocol, per-interface input classification tables.
@ L2_OUTPUT_CLASSIFY_N_NEXT
l2_output_classify_next_t
l2_output_classify_main_t l2_output_classify_main
l2 output classifier main data structure.
@ L2_OUTPUT_CLASSIFY_TABLE_IP6
int vlib_main(vlib_main_t *volatile vm, unformat_input_t *input)
vl_api_interface_index_t sw_if_index
void vnet_l2_input_classify_enable_disable(u32 sw_if_index, int enable_disable)
Enable/disable l2 input classification on a specific interface.