FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Set/unset l2 classification tables for an interface request. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | sw_if_index |
u32 | ip4_table_index |
u32 | ip6_table_index |
u32 | other_table_index |
u8 | is_input |
Set/unset l2 classification tables for an interface request.
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 353 of file classify.api.
u32 vl_api_classify_set_interface_l2_tables_t::client_index |
Definition at line 355 of file classify.api.
u32 vl_api_classify_set_interface_l2_tables_t::context |
Definition at line 356 of file classify.api.
u32 vl_api_classify_set_interface_l2_tables_t::ip4_table_index |
Definition at line 359 of file classify.api.
u32 vl_api_classify_set_interface_l2_tables_t::ip6_table_index |
Definition at line 360 of file classify.api.
u8 vl_api_classify_set_interface_l2_tables_t::is_input |
Definition at line 362 of file classify.api.
u32 vl_api_classify_set_interface_l2_tables_t::other_table_index |
Definition at line 361 of file classify.api.
u32 vl_api_classify_set_interface_l2_tables_t::sw_if_index |
Definition at line 357 of file classify.api.