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

Add a Classify table into a PCAP chain on an interface. More...

Data Fields

u32 client_index
 
u32 context
 
vl_api_interface_index_t sw_if_index
 
u32 table_index [default=0xffffffff]
 
bool sort_masks [default=0]
 

Detailed Description

Add a Classify table into a PCAP chain on an interface.

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
table_index- Classify table to be added
sort_masks- 1=sort masks into most-to-least specific order

Definition at line 486 of file classify.api.

Field Documentation

◆ client_index

u32 vl_api_classify_pcap_set_table_t::client_index

Definition at line 488 of file classify.api.

◆ context

u32 vl_api_classify_pcap_set_table_t::context

Definition at line 489 of file classify.api.

◆ sort_masks

bool vl_api_classify_pcap_set_table_t::sort_masks[default=0]

Definition at line 492 of file classify.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_classify_pcap_set_table_t::sw_if_index

Definition at line 490 of file classify.api.

◆ table_index

u32 vl_api_classify_pcap_set_table_t::table_index[default=0xffffffff]

Definition at line 491 of file classify.api.


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