FD.io VPP
v20.01-48-g3e0dafb74
Vector Packet Processing
|
SR LocalSID behavior registration. More...
Data Fields | |
u16 | sr_localsid_function_number |
SR LocalSID plugin function (>SR_BEHAVIOR_LAST) More... | |
u8 * | function_name |
Function name. More... | |
u8 * | keyword_str |
Behavior keyword (i.e. More... | |
u8 * | def_str |
Behavior definition (i.e. More... | |
u8 * | params_str |
Behavior parameters (i.e. More... | |
u8 | prefix_length |
dpo_type_t | dpo |
DPO type registration. More... | |
format_function_t * | ls_format |
LocalSID format function. More... | |
unformat_function_t * | ls_unformat |
LocalSID unformat function. More... | |
sr_plugin_callback_t * | creation |
Function within plugin that will be called after localsid creation. More... | |
sr_plugin_callback_t * | removal |
Function within plugin that will be called before localsid removal. More... | |
sr_plugin_callback_t* sr_localsid_fn_registration_t::creation |
u8* sr_localsid_fn_registration_t::def_str |
dpo_type_t sr_localsid_fn_registration_t::dpo |
u8* sr_localsid_fn_registration_t::function_name |
u8* sr_localsid_fn_registration_t::keyword_str |
format_function_t* sr_localsid_fn_registration_t::ls_format |
unformat_function_t* sr_localsid_fn_registration_t::ls_unformat |
u8* sr_localsid_fn_registration_t::params_str |
sr_plugin_callback_t* sr_localsid_fn_registration_t::removal |
u16 sr_localsid_fn_registration_t::sr_localsid_function_number |