Go to the source code of this file.
|
enum | flow_type {
FLOW_TYPE_ETHERNET = 1,
FLOW_TYPE_IP4,
FLOW_TYPE_IP6,
FLOW_TYPE_IP4_L2TPV3OIP,
FLOW_TYPE_IP4_IPSEC_ESP,
FLOW_TYPE_IP4_IPSEC_AH,
FLOW_TYPE_IP4_N_TUPLE,
FLOW_TYPE_IP6_N_TUPLE,
FLOW_TYPE_IP4_N_TUPLE_TAGGED,
FLOW_TYPE_IP6_N_TUPLE_TAGGED,
FLOW_TYPE_IP4_VXLAN,
FLOW_TYPE_IP6_VXLAN,
FLOW_TYPE_IP4_GTPC,
FLOW_TYPE_IP4_GTPU
} |
|
enum | flow_action {
FLOW_ACTION_COUNT = 1,
FLOW_ACTION_MARK = 2,
FLOW_ACTION_BUFFER_ADVANCE = 4,
FLOW_ACTION_REDIRECT_TO_NODE = 8,
FLOW_ACTION_REDIRECT_TO_QUEUE = 16,
FLOW_ACTION_DROP = 64
} |
|
◆ flow_action
Enumerator |
---|
FLOW_ACTION_COUNT | |
FLOW_ACTION_MARK | |
FLOW_ACTION_BUFFER_ADVANCE | |
FLOW_ACTION_REDIRECT_TO_NODE | |
FLOW_ACTION_REDIRECT_TO_QUEUE | |
FLOW_ACTION_DROP | |
Definition at line 39 of file flow_types.api.
◆ flow_type
Enumerator |
---|
FLOW_TYPE_ETHERNET | |
FLOW_TYPE_IP4 | |
FLOW_TYPE_IP6 | |
FLOW_TYPE_IP4_L2TPV3OIP | |
FLOW_TYPE_IP4_IPSEC_ESP | |
FLOW_TYPE_IP4_IPSEC_AH | |
FLOW_TYPE_IP4_N_TUPLE | |
FLOW_TYPE_IP6_N_TUPLE | |
FLOW_TYPE_IP4_N_TUPLE_TAGGED | |
FLOW_TYPE_IP6_N_TUPLE_TAGGED | |
FLOW_TYPE_IP4_VXLAN | |
FLOW_TYPE_IP6_VXLAN | |
FLOW_TYPE_IP4_GTPC | |
FLOW_TYPE_IP4_GTPU | |
Definition at line 21 of file flow_types.api.
◆ actions
vl_api_flow_action_t actions |
◆ api
import vnet ip ip_types api |
◆ buffer_advance
◆ dst_addr
vl_api_ip4_address_and_mask_t dst_addr |
◆ dst_port
vl_api_ip_port_and_mask_t dst_port |
◆ flow
◆ flow_ethernet
◆ flow_ip4
◆ flow_ip4_gtpc
◆ flow_ip4_gtpu
◆ flow_ip4_ipsec_ah
typedef flow_ip4_ipsec_ah |
◆ flow_ip4_ipsec_esp
typedef flow_ip4_ipsec_esp |
◆ flow_ip4_l2tpv3oip
typedef flow_ip4_l2tpv3oip |
◆ flow_ip4_n_tuple
◆ flow_ip4_n_tuple_tagged
typedef flow_ip4_n_tuple_tagged |
◆ flow_ip4_vxlan
◆ flow_ip6
◆ flow_ip6_n_tuple
◆ flow_ip6_n_tuple_tagged
typedef flow_ip6_n_tuple_tagged |
◆ flow_ip6_vxlan
◆ flow_rule
◆ index
◆ ip_port_and_mask
◆ ip_prot_and_mask
◆ mark_flow_id
◆ mask
◆ protocol
vl_api_ip_prot_and_mask_t protocol |
◆ redirect_device_input_next_index
u32 redirect_device_input_next_index |
◆ redirect_node_index
◆ redirect_queue
◆ session_id
◆ spi
◆ src_addr
vl_api_ip4_address_and_mask_t src_addr |
◆ src_port
vl_api_ip_port_and_mask_t src_port |
◆ teid
◆ type
◆ version
◆ vni