FD.io VPP  v17.01.1-3-gc6833f8
Vector Packet Processing
vl_api_classify_session_details_t Struct Reference

Reply for classify table session dump request. More...

Data Fields

u32 context
 
i32 retval
 
u32 table_id
 
u32 hit_next_index
 
i32 advance
 
u32 opaque_index
 
u32 match_length
 
u8 match [match_length]
 

Detailed Description

Reply for classify table session dump request.

Template Parameters
context- sender context which was passed in the request
count- number of ids returned in response
table_id- classify table index
hit_next_index- hit_next_index of session
opaque_index- for add, opaque_index of session
advance- advance value of session
match[]- match value for session

Definition at line 3972 of file vpe.api.

Field Documentation

i32 vl_api_classify_session_details_t::advance

Definition at line 3978 of file vpe.api.

u32 vl_api_classify_session_details_t::context

Definition at line 3974 of file vpe.api.

u32 vl_api_classify_session_details_t::hit_next_index

Definition at line 3977 of file vpe.api.

u8 vl_api_classify_session_details_t::match[match_length]

Definition at line 3981 of file vpe.api.

u32 vl_api_classify_session_details_t::match_length

Definition at line 3980 of file vpe.api.

u32 vl_api_classify_session_details_t::opaque_index

Definition at line 3979 of file vpe.api.

i32 vl_api_classify_session_details_t::retval

Definition at line 3975 of file vpe.api.

u32 vl_api_classify_session_details_t::table_id

Definition at line 3976 of file vpe.api.


The documentation for this struct was generated from the following file: