FD.io VPP
v21.10.1-2-g0a485f517
Vector Packet Processing
|
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] |
Find a compatible Classify table in a PCAP chain.
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.
u32 vl_api_classify_pcap_lookup_table_t::client_index |
Definition at line 458 of file classify.api.
u32 vl_api_classify_pcap_lookup_table_t::context |
Definition at line 459 of file classify.api.
Definition at line 464 of file classify.api.
u32 vl_api_classify_pcap_lookup_table_t::mask_len |
Definition at line 463 of file classify.api.
u32 vl_api_classify_pcap_lookup_table_t::match_n_vectors[default=1] |
Definition at line 462 of file classify.api.
u32 vl_api_classify_pcap_lookup_table_t::skip_n_vectors[default=0] |
Definition at line 461 of file classify.api.
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.