FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Set/unset the classification table for an interface request. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | is_ipv6 |
u32 | sw_if_index |
u32 | table_index |
Set/unset the classification table for an interface request.
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 336 of file classify.api.
u32 vl_api_classify_set_interface_ip_table_t::client_index |
Definition at line 338 of file classify.api.
u32 vl_api_classify_set_interface_ip_table_t::context |
Definition at line 339 of file classify.api.
u8 vl_api_classify_set_interface_ip_table_t::is_ipv6 |
Definition at line 340 of file classify.api.
u32 vl_api_classify_set_interface_ip_table_t::sw_if_index |
Definition at line 341 of file classify.api.
u32 vl_api_classify_set_interface_ip_table_t::table_index |
Definition at line 342 of file classify.api.