FD.io VPP
v16.06
Vector Packet Processing
|
Classify add / del session request. More...
Data Fields | |
u32 | client_index |
u32 | context |
u8 | is_add |
u32 | table_index |
u32 | hit_next_index |
u32 | opaque_index |
i32 | advance |
u8 | match [0] |
Classify add / del session request.
client_index | - opaque cookie to identify the sender |
context | - sender context, to match reply w/ request |
is_add | - add session if non-zero, else delete |
table_index | - index of the table to add/del the session, required |
hit_next_index | - for add, hit_next_index of new session, required |
opaque_index | - for add, opaque_index of new session |
advance | -for add, advance value for session |
match[] | - for add, match value for session, required |