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

Set/unset l2 classification tables for an interface request. More...

Data Fields

u32 client_index
 
u32 context
 
vl_api_interface_index_t sw_if_index
 
u32 ip4_table_index
 
u32 ip6_table_index
 
u32 other_table_index
 
bool is_input
 

Detailed Description

Set/unset l2 classification tables for an interface request.

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 tables for
ip4_table_index- ip4 index, use ~0 for all 3 indexes to unset
ip6_table_index- ip6 index
other_table_index- other index

Definition at line 389 of file classify.api.

Field Documentation

◆ client_index

u32 vl_api_classify_set_interface_l2_tables_t::client_index

Definition at line 391 of file classify.api.

◆ context

u32 vl_api_classify_set_interface_l2_tables_t::context

Definition at line 392 of file classify.api.

◆ ip4_table_index

u32 vl_api_classify_set_interface_l2_tables_t::ip4_table_index

Definition at line 395 of file classify.api.

◆ ip6_table_index

u32 vl_api_classify_set_interface_l2_tables_t::ip6_table_index

Definition at line 396 of file classify.api.

◆ is_input

bool vl_api_classify_set_interface_l2_tables_t::is_input

Definition at line 398 of file classify.api.

◆ other_table_index

u32 vl_api_classify_set_interface_l2_tables_t::other_table_index

Definition at line 397 of file classify.api.

◆ sw_if_index

vl_api_interface_index_t vl_api_classify_set_interface_l2_tables_t::sw_if_index

Definition at line 393 of file classify.api.


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