FD.io VPP
v18.01.2-1-g9b554f3
Vector Packet Processing
|
Add/Delete classification table response. More...
Data Fields | |
u32 | context |
i32 | retval |
u32 | new_table_index |
u32 | skip_n_vectors |
u32 | match_n_vectors |
Add/Delete classification table response.
context | - sender context, to match reply w/ request |
retval | - return code for the table add/del requst |
new_table_index | - for add, returned index of the new table |
skip_n_vectors | - for add, returned value of skip_n_vectors in table |
match_n_vectors | -for add, returned value of match_n_vectors in table |
Definition at line 67 of file classify.api.
u32 vl_api_classify_add_del_table_reply_t::context |
Definition at line 69 of file classify.api.
u32 vl_api_classify_add_del_table_reply_t::match_n_vectors |
Definition at line 73 of file classify.api.
u32 vl_api_classify_add_del_table_reply_t::new_table_index |
Definition at line 71 of file classify.api.
i32 vl_api_classify_add_del_table_reply_t::retval |
Definition at line 70 of file classify.api.
u32 vl_api_classify_add_del_table_reply_t::skip_n_vectors |
Definition at line 72 of file classify.api.