FD.io VPP
v18.10-34-gcce845e
Vector Packet Processing
|
IPFIX add or delete classifier table request. More...
Data Fields | |
u32 | client_index |
u32 | context |
u32 | table_id |
u8 | ip_version |
u8 | transport_protocol |
u8 | is_add |
IPFIX add or delete classifier table request.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
table_id | - classifier table ID |
ip_version | - version of IP used in the classifier table |
transport_protocol | - transport protocol used in the classifier table or 255 for unspecified |
Definition at line 114 of file ipfix_export.api.
u32 vl_api_ipfix_classify_table_add_del_t::client_index |
Definition at line 115 of file ipfix_export.api.
u32 vl_api_ipfix_classify_table_add_del_t::context |
Definition at line 116 of file ipfix_export.api.
u8 vl_api_ipfix_classify_table_add_del_t::ip_version |
Definition at line 118 of file ipfix_export.api.
u8 vl_api_ipfix_classify_table_add_del_t::is_add |
Definition at line 120 of file ipfix_export.api.
u32 vl_api_ipfix_classify_table_add_del_t::table_id |
Definition at line 117 of file ipfix_export.api.
u8 vl_api_ipfix_classify_table_add_del_t::transport_protocol |
Definition at line 119 of file ipfix_export.api.