FD.io VPP  v20.05-21-gb1500e9ff
Vector Packet Processing
vl_api_classify_set_interface_ip_table_t Struct Reference

Set/unset the classification table for an interface request. More...

Data Fields

u32 client_index
 
u32 context
 
bool is_ipv6
 
vl_api_interface_index_t sw_if_index
 
u32 table_index
 

Detailed Description

Set/unset the classification table for an interface request.

Template Parameters
client_index- opaque cookie to identify the sender
context- sender context, to match reply w/ request
is_ipv6- ipv6 if non-zero, else ipv4
sw_if_index- interface to associate with the table
table_index- index of the table, if ~0 unset the table

Definition at line 372 of file classify.api.

Field Documentation

◆ client_index

u32 vl_api_classify_set_interface_ip_table_t::client_index

Definition at line 374 of file classify.api.

◆ context

u32 vl_api_classify_set_interface_ip_table_t::context

Definition at line 375 of file classify.api.

◆ is_ipv6

bool vl_api_classify_set_interface_ip_table_t::is_ipv6

Definition at line 376 of file classify.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_classify_set_interface_ip_table_t::sw_if_index

Definition at line 377 of file classify.api.

◆ table_index

u32 vl_api_classify_set_interface_ip_table_t::table_index

Definition at line 378 of file classify.api.


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