FD.io VPP  v19.08.1-401-g8e4ed521a
Vector Packet Processing
vl_api_flow_classify_set_interface_t Struct Reference

Set/unset flow classify interface. More...

Data Fields

u32 client_index
 
u32 context
 
u32 sw_if_index
 
u32 ip4_table_index
 
u32 ip6_table_index
 
u8 is_add
 

Detailed Description

Set/unset flow classify interface.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
sw_if_index- interface to set/unset flow classify
ip4_table_index- ip4 classify table index (~0 for skip)
ip6_table_index- ip6 classify table index (~0 for skip)
l2_table_index- l2 classify table index (~0 for skip)
is_add- Set if non-zero, else unset Note: User is recommeneded to use just one valid table_index per call. (ip4_table_index, ip6_table_index, or l2_table_index)

Definition at line 306 of file classify.api.

Field Documentation

◆ client_index

u32 vl_api_flow_classify_set_interface_t::client_index

Definition at line 307 of file classify.api.

◆ context

u32 vl_api_flow_classify_set_interface_t::context

Definition at line 308 of file classify.api.

◆ ip4_table_index

u32 vl_api_flow_classify_set_interface_t::ip4_table_index

Definition at line 310 of file classify.api.

◆ ip6_table_index

u32 vl_api_flow_classify_set_interface_t::ip6_table_index

Definition at line 311 of file classify.api.

◆ is_add

u8 vl_api_flow_classify_set_interface_t::is_add

Definition at line 312 of file classify.api.

◆ sw_if_index

u32 vl_api_flow_classify_set_interface_t::sw_if_index

Definition at line 309 of file classify.api.


The documentation for this struct was generated from the following file: