FD.io VPP  v21.06-3-gbb25fbf28
Vector Packet Processing
vl_api_classify_pcap_lookup_table_t Struct Reference

Find a compatible Classify table in a PCAP chain. More...

Data Fields

u32 client_index
 
u32 context
 
vl_api_interface_index_t sw_if_index [default=0xffffffff]
 
u32 skip_n_vectors [default=0]
 
u32 match_n_vectors [default=1]
 
u32 mask_len
 
u8 mask [mask_len]
 

Detailed Description

Find a compatible Classify table in a PCAP chain.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
sw_if_index- interface whose chain will be searched, 0==system-wide
skip_n_vectors- number of u32x4 skip vectors
match_n_vectors- number of u32x4 vectors, 1..5
mask_len- length of mask, match_n_vectors * sizeof(u32x4)
mask- match mask

Definition at line 456 of file classify.api.

Field Documentation

◆ client_index

u32 vl_api_classify_pcap_lookup_table_t::client_index

Definition at line 458 of file classify.api.

◆ context

u32 vl_api_classify_pcap_lookup_table_t::context

Definition at line 459 of file classify.api.

◆ mask

u8 vl_api_classify_pcap_lookup_table_t::mask[mask_len]

Definition at line 464 of file classify.api.

◆ mask_len

u32 vl_api_classify_pcap_lookup_table_t::mask_len

Definition at line 463 of file classify.api.

◆ match_n_vectors

u32 vl_api_classify_pcap_lookup_table_t::match_n_vectors[default=1]

Definition at line 462 of file classify.api.

◆ skip_n_vectors

u32 vl_api_classify_pcap_lookup_table_t::skip_n_vectors[default=0]

Definition at line 461 of file classify.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_classify_pcap_lookup_table_t::sw_if_index[default=0xffffffff]

Definition at line 460 of file classify.api.


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